summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-05-08 15:53:51 +0200
committerStefan Husmann2016-05-08 15:53:51 +0200
commit77a9f56de5f1f7b864f11ae94de786ec0354278b (patch)
treee8ed87b7f3e07bfad9330d34f74784dd8eca0816 /PKGBUILD
parentf207c6890b3a1725a8e15e71a87b9ac3141f28e0 (diff)
downloadaur-77a9f56de5f1f7b864f11ae94de786ec0354278b.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 764359fcbf4e..21d89a0ca99d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
pkgver=2.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL3')
depends=('gtk3')
pkgdesc="A program to find files with a nice gtk interface"
url="http://www.kornelix.com/findwild"
source=("http://www.kornelix.net/downloads/tarballs/$pkgname-$pkgver.tar.gz")
-md5sums=('e933d46973793b51e12da935fd0371f2')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -22,3 +21,4 @@ package() {
make DESTDIR=$pkgdir install
rm $pkgdir/usr/share/doc/$pkgname/$pkgname.man
}
+md5sums=('0d55832923df683f427995196dcc224d')