summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-04-04 20:38:20 +0200
committerhaawda2023-04-04 20:38:20 +0200
commit52727b565841e6f3eea9c64264703797cf46961c (patch)
treeb8fcfd73d44dcaab7a057990e884c338b5a88c33 /PKGBUILD
parent3b9896243c7e95e94fb50f9fa7eefd8c0c65bbe9 (diff)
downloadaur-findwild.tar.gz
upstream tarball rename with correct desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3785013cb88c..32c754d79f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor, Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=findwild
pkgver=3.3
-pkgrel=4
+pkgrel=5
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=('8bb71a1cdbd974644b23d852177cf4ae7f85b62bec69f5ad449a19c3631634ad')
+source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver-source.tar.gz")
+sha256sums=('c2f503b6bdc12b7249cef42f73a10a6cc448e6e7f52326f26346b3f07c3ea8e3')
options=('!emptydirs')
build() {
@@ -19,5 +19,4 @@ build() {
package() {
cd $pkgname
make DESTDIR="$pkgdir" ICONDIR=/usr/share/pixmaps install
- sed -i 's+/usr/share/findwild/icons/++' "$pkgdir"/usr/share/applications/$pkgname.desktop
}