summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd25d8a86cf5..0012b29d9e82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,11 @@
# Generated by mksrcinfo v8
-# Sun May 22 10:49:08 UTC 2016
+# Sun May 21 07:52:19 UTC 2017
pkgbase = pkgcacheclean
pkgdesc = Application to clean the pacman cache
pkgver = 1.8.2
- pkgrel = 4
+ pkgrel = 5
url = https://bbs.archlinux.org/viewtopic.php?pid=841774
- arch = i686
- arch = x86_64
- arch = armv5
- arch = armv6
- arch = armv7
+ arch = any
license = GPL
depends = pacman>=5
source = pkgcacheclean.c
diff --git a/PKGBUILD b/PKGBUILD
index 843b9baf0dbe..291349045a0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=pkgcacheclean
pkgver=1.8.2
-pkgrel=4
+pkgrel=5
pkgdesc="Application to clean the pacman cache"
-arch=('i686' 'x86_64' 'armv5' 'armv6' 'armv7')
+arch=('any')
url='https://bbs.archlinux.org/viewtopic.php?pid=841774'
license=('GPL')
depends=('pacman>=5')