summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-11-03 00:27:57 +0100
committerhaawda2020-11-03 00:27:57 +0100
commitaf398e4ae50a3433e8b2e88b098daae088c9476b (patch)
tree74c9045b552592b47a3f5c3edd29b826bda16956
parent5fb642047ce9b8c443a0b4560f01ca2873ae2c02 (diff)
downloadaur-af398e4ae50a3433e8b2e88b098daae088c9476b.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9e8991c2801..df6599533c89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = findwild
pkgdesc = A program to find files with a nice gtk interface
- pkgver = 2.9
+ pkgver = 3.0
pkgrel = 1
url = http://www.kornelix.net/findwild/findwild.html
arch = i686
@@ -8,8 +8,8 @@ pkgbase = findwild
license = GPL3
depends = gtk3
options = !emptydirs
- source = http://www.kornelix.net/downloads/downloads/findwild-2.9.tar.gz
- sha256sums = daf9acd165b4e602115b10c0f9b84dae5e201648aa8c8f220af4069c4843b28d
+ source = http://www.kornelix.net/downloads/downloads/findwild-3.0.tar.gz
+ sha256sums = 0d78df194c9b19e11082a87a52d73e8b4b2089f6940aead3eec5a7a3785df6e4
pkgname = findwild
diff --git a/PKGBUILD b/PKGBUILD
index 4e086a49e6b8..c5b9e91ce626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
-pkgver=2.9
+pkgver=3.0
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL3')
@@ -8,7 +8,7 @@ depends=('gtk3')
pkgdesc="A program to find files with a nice gtk interface"
url="http://www.kornelix.net/findwild/findwild.html"
source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('daf9acd165b4e602115b10c0f9b84dae5e201648aa8c8f220af4069c4843b28d')
+sha256sums=('0d78df194c9b19e11082a87a52d73e8b4b2089f6940aead3eec5a7a3785df6e4')
options=('!emptydirs')
build() {