summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-12-11 19:32:45 +0100
committerStefan Husmann2015-12-11 19:32:45 +0100
commitec07f92b59c25d83f04c605e0425097842f1806c (patch)
treef30c6aab6d8d1ef0eb99b0848351721afd191d0b /PKGBUILD
parent3e6e64270a637cffa2ef4da1ed7b6467e971d346 (diff)
downloadaur-ec07f92b59c25d83f04c605e0425097842f1806c.tar.gz
fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab4bd0cc33e9..d0c229eaaa23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
pkgver=2.1
-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.com/uploads/1/3/0/3/13035936/$pkgname-$pkgver.tar.gz")
-md5sums=('3fc03be068e55e4a491e36a5767dc0be')
+source=("http://www.kornelix.net/downloads/tarballs/$pkgname-$pkgver.tar.gz")
+md5sums=('f2d5e674d9de9283cc6b8783351bb9e8')
build() {
cd $srcdir/$pkgname-$pkgver