summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormrxx2020-02-13 21:00:48 +0100
committermrxx2020-02-13 21:00:48 +0100
commitdb810279a90c0dc3a682e7f4d3f0478183f75f52 (patch)
treed3548c56c5bfefc7bc14104c859176223d947270 /PKGBUILD
parent6641b851d851b7112b607b24cce7870c07041522 (diff)
downloadaur-pcal.tar.gz
Replace arch=any with specific archs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4e408b4289a..610fd80d662b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Christoph Siegenthaler <csi@gmx.ch>
pkgname=pcal
pkgver=4.11.0
-pkgrel=5
+pkgrel=6
pkgdesc="Generate annotated PostScript or HTML calendars in a monthly or yearly format"
url="http://pcal.sourceforge.net/"
license=('unknown')
-arch=('any')
+arch=('x86_64' 'armv7h')
depends=('glibc')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tgz")
sha1sums=('214bcb4c4b7bc986ae495c96f2ab169233a7f973')