summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-02-13 21:00:48 +0100
committermrxx2020-02-13 21:00:48 +0100
commitdb810279a90c0dc3a682e7f4d3f0478183f75f52 (patch)
treed3548c56c5bfefc7bc14104c859176223d947270
parent6641b851d851b7112b607b24cce7870c07041522 (diff)
downloadaur-pcal.tar.gz
Replace arch=any with specific archs
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b98acea94fb1..eeaa63af38c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = pcal
pkgdesc = Generate annotated PostScript or HTML calendars in a monthly or yearly format
pkgver = 4.11.0
- pkgrel = 5
+ pkgrel = 6
url = http://pcal.sourceforge.net/
- arch = any
+ arch = x86_64
+ arch = armv7h
license = unknown
depends = glibc
source = http://downloads.sourceforge.net/project/pcal/pcal/pcal-4.11.0/pcal-4.11.0.tgz
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')