summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-09 15:32:41 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-09 15:32:41 -0700
commitf0a58a7caea29d34edc5b329f3ac0387ac544a96 (patch)
tree0da3dd3e553f7da1c5196404857a786bac42d592 /PKGBUILD
parentRebuild for python 3.9 (diff)
downloadsingularity-f0a58a7caea29d34edc5b329f3ac0387ac544a96.tar.xz
Rebuild with variable icon path
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9847ea8..551571b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=singularity
pkgver=1.00
_musicver=025e2696638bcc3bf7690679c3a17c0b46823bbe
-pkgrel=3
+pkgrel=5
pkgdesc="Endgame: Singularity - simulation of true AI"
arch=('any')
url="http://emhsoft.com/singularity/index.html"
@@ -24,13 +24,14 @@ validpgpkeys=('B3131A451DBFDF7CA05B4197054BBB9F7D806442')
b2sums=('1ca2b120311a19f175014835930610583e8f605dbda3ca3ca96d7e0da86bddeb4b0a264f50a003aa51e05b86ce971255ffda5f498598dde6be370b9a953eb1d0'
'SKIP'
'328988697e6a630b7640fa2076fa53ffe5a7c4a3fe4772de6c2ffc4ece3081de4bb57de51159b3ad51f2e54bf796d3775bc40a802e43315aec7767630f8e580f'
- 'd80af4c1651bf719b60ff9db0f2d96ca1507e59c4e3291ba7589e73158fe638bb3f86bc1b6f805e66c89d01959cff5636a6256dc7e80952676322ac0cdf0ee2b')
+ '8c59422c8d5cfeb878ded6047bbceb8adc51e4bda74ad1f51a6b96d3b7895106abf3bcf5d70eea234a1325ea3c131643d7c4ba72813d480e651b58d26e3c300a')
prepare() {
cd "$pkgname-$pkgver"
mv "$srcdir"/singularity-music-${_musicver} singularity/music
sed -i "s|prune|recursive-include singularity/music *|g" MANIFEST.in
+ sed -i "s|replaceme|python$(pacman -Q python | cut -d ' ' -f 2 | cut -d . -f 1,2)|g" "$srcdir"/singularity.desktop
}
build() {