summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2023-04-04 20:45:24 +0200
committerhaawda2023-04-04 20:45:24 +0200
commitccd9211c3045a82e7512d6c2da50e49721221316 (patch)
tree08cd347f0e09fedf222f1c27117fcd40c840069c
parentea8893dfea21f2fb02c395fc303f7932f646e898 (diff)
downloadaur-galaxy2.tar.gz
simplified
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c6fa1096a94..ea2ac1a385f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = galaxy2
pkgdesc = Stellar Simulation
pkgver = 1.8
- pkgrel = 5
+ pkgrel = 6
url = http://www.kornelix.net/galaxy2/galaxy2.html
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ce5e356589f9..01c2fc432022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=galaxy2
pkgver=1.8
-pkgrel=5
+pkgrel=6
pkgdesc="Stellar Simulation"
url="http://www.kornelix.net/galaxy2/galaxy2.html"
arch=('i686' 'x86_64')
@@ -21,5 +21,4 @@ package() {
cd $pkgname
make DESTDIR="$pkgdir" ICONDIR=/usr/share/pixmaps install
rm "$pkgdir"/usr/share/doc/$pkgname/$pkgname.man
- sed -i 's+/usr/share/galaxy2/icons/++' "$pkgdir"/usr/share/applications/$pkgname.desktop
}