summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-04-01 19:45:17 +0200
committerhaawda2022-04-01 19:45:17 +0200
commitee715464f8f28a1fc617b271fb27edfc415f9391 (patch)
tree27a1f29832906be430820972bf218c2447a01cd3
parent93f4943281749ae892de398726196ba86ac4b1fb (diff)
downloadaur-ee715464f8f28a1fc617b271fb27edfc415f9391.tar.gz
shasum change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaec995478ce..6ffbacea0850 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = findwild
pkgdesc = A program to find files with a nice gtk interface
pkgver = 3.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.kornelix.net/findwild/findwild.html
arch = i686
arch = x86_64
@@ -9,6 +9,6 @@ pkgbase = findwild
depends = clutter-gtk
options = !emptydirs
source = http://www.kornelix.net/downloads/downloads/findwild-3.3.tar.gz
- sha256sums = 07e48d44f78e86873a5328b66a0ec01cd3263171f7455ab6b42136199f4933f3
+ sha256sums = 76a5001e576a9bbfac1cb3cff1df49830d46aef41588c177d97dbebb8ac04fc2
pkgname = findwild
diff --git a/PKGBUILD b/PKGBUILD
index 79f4eff037fb..5921321b519a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
pkgver=3.3
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL3')
depends=('clutter-gtk')
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=('07e48d44f78e86873a5328b66a0ec01cd3263171f7455ab6b42136199f4933f3')
+sha256sums=('76a5001e576a9bbfac1cb3cff1df49830d46aef41588c177d97dbebb8ac04fc2')
options=('!emptydirs')
build() {