summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2023-04-04 20:52:53 +0200
committerhaawda2023-04-04 20:52:53 +0200
commitecd196aa656958331723ba1eb8735d539ed96cc2 (patch)
tree62760730ffcd11bb6c2d23720a6667d5fc7d63f9 /PKGBUILD
parentbfec57b99afe8bf52f52d8e9300bc8262abc52cb (diff)
downloadaur-sortpuz.tar.gz
somplified
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84740a6e22b4..2a0fd109a607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sortpuz
pkgver=2.0
-pkgrel=6
+pkgrel=7
pkgdesc="Unscramble a square matrix of numbered tiles to put them in order."
url="http://www.kornelix.net/$pkgname/$pkgname.html"
arch=('i686' 'x86_64')
@@ -20,5 +20,4 @@ build() {
package() {
cd $pkgname
make DESTDIR="$pkgdir" PREFIX=/usr ICONDIR=/usr/share/pixmaps install
- sed -i 's+/usr/share/sortpuz/icons/++' "$pkgdir"/usr/share/applications/$pkgname.desktop
}