summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b55ef36f4f..a73609a0c565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Feb 1 15:39:48 UTC 2016
pkgbase = pkgcacheclean
pkgdesc = Application to clean the pacman cache
pkgver = 1.8.2
- pkgrel = 2
+ pkgrel = 3
url = https://bbs.archlinux.org/viewtopic.php?pid=841774
arch = i686
arch = x86_64
@@ -9,7 +11,7 @@ pkgbase = pkgcacheclean
arch = armv6
arch = armv7
license = GPL
- depends = pacman>=4.1
+ depends = pacman>=5
source = pkgcacheclean.c
md5sums = d79fac7e27381249774fc8e6f15d7f2e
diff --git a/PKGBUILD b/PKGBUILD
index e144b27d749c..0ff20dac7792 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pkgcacheclean
pkgver=1.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="Application to clean the pacman cache"
arch=('i686' 'x86_64' 'armv5' 'armv6' 'armv7')
-url=('https://bbs.archlinux.org/viewtopic.php?pid=841774')
+url='https://bbs.archlinux.org/viewtopic.php?pid=841774'
license=('GPL')
-depends=('pacman>=4.1')
+depends=('pacman>=5')
source=($pkgname.c)
md5sums=('d79fac7e27381249774fc8e6f15d7f2e')