author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-05-03 16:49:43 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-05-03 16:49:43 UTC |
parent | 9102dccd7ccdaf490d2736a508db70d7d16851ac |
.SRCINFO | +2 | -1 |
.gitignore | +2 | -0 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 3c2bf75..9e01f49 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,9 +4,10 @@ pkgbase = patchutils pkgrel = 3 url = http://cyberelk.net/tim/patchutils/ arch = x86_64 + arch = armv7h license = GPL makedepends = xmlto - depends = python3 + depends = python depends = pcre2 source = http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.4.2.tar.xz source = http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.4.2.tar.xz.sig diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index a250ad8..b3fc94f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,9 +7,9 @@ pkgrel=3 pkgdesc="A small collection of programs that operate on patch files" license=('GPL') url="http://cyberelk.net/tim/patchutils/" -depends=('python3' 'pcre2') +depends=('python' 'pcre2') makedepends=('xmlto') -arch=('x86_64') +arch=('x86_64' 'armv7h') source=("http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.xz"{,.sig}) sha256sums=('8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed' 'SKIP')