summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9064bfef2480..17c29570a62d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arch-diff
pkgdesc = Perform a full diff between all pacman packages and the file system
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aneas/arch-diff
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5804ac30fef2..427ed92f1782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Jente Hidskes <hjdskes@gmail.com>
pkgname=arch-diff
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Perform a full diff between all pacman packages and the file system"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/aneas/arch-diff"