summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58f66e917275..ad6f975b398f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Breckel
pkgname=arch-diff
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Perform a full diff between all pacman packages and the file system"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/aneas/arch-diff"
license=('MIT')
depends=('pacman' 'zlib')
source=("https://github.com/aneas/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('5cc1d71a9cd84063ad1d099e4fb4e6a5')
+md5sums=('96dfb15e4bfd2a3c4906b25354ce17f8')
build() {
cd "$pkgname-$pkgver"