summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
-rw-r--r--sdlpop.sh (renamed from prince)0
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89967ed713b8..e04d73cf5525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,9 +9,9 @@ pkgbase = sdlpop
depends = sdl2_image
depends = sdl2_mixer
source = sdlpop-1.16.tar.gz::https://github.com/NagyD/SDLPoP/archive/v1.16.tar.gz
- source = https://github.com/NagyD/SDLPoP/raw/master/data/icon.png
+ source = sdlpop.png::https://github.com/NagyD/SDLPoP/raw/master/data/icon.png
source = sdlpop.desktop
- source = prince
+ source = sdlpop.sh
sha256sums = 4198eecdb2c4fed8f609af810962c943572df83da99c571146cee1596e7ee55b
sha256sums = 180bf87d528da7840183d7c7647c361066f687ce49051233923acdbfc1d50c70
sha256sums = 17a7bda2a51c6e6380c81f215387821280c4259fa5a24947de87c2926edad022
diff --git a/PKGBUILD b/PKGBUILD
index cd9ce2af58ff..e1a49f3e40bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/NagyD/SDLPoP"
depends=('sdl2_image' 'sdl2_mixer')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/NagyD/SDLPoP/archive/v$pkgver.tar.gz"
- "https://github.com/NagyD/SDLPoP/raw/master/data/icon.png"
+source=("sdlpop-$pkgver.tar.gz::https://github.com/NagyD/SDLPoP/archive/v$pkgver.tar.gz"
+ "sdlpop.png::https://github.com/NagyD/SDLPoP/raw/master/data/icon.png"
"sdlpop.desktop"
- "prince")
+ "sdlpop.sh")
sha256sums=('4198eecdb2c4fed8f609af810962c943572df83da99c571146cee1596e7ee55b'
'180bf87d528da7840183d7c7647c361066f687ce49051233923acdbfc1d50c70'
'17a7bda2a51c6e6380c81f215387821280c4259fa5a24947de87c2926edad022'
@@ -32,8 +32,8 @@ package() {
install -m 644 SDLPoP.ini *.DAT "$pkgdir"/usr/share/sdlpop
cp -r data doc "$pkgdir"/usr/share/sdlpop
- install -D -m 755 ../prince "$pkgdir"/usr/bin/prince
+ install -D -m 755 ../sdlpop.sh "$pkgdir"/usr/bin/prince
- install -D -m 644 ../icon.png "$pkgdir"/usr/share/pixmaps/sdlpop.png
+ install -D -m 644 ../sdlpop.png "$pkgdir"/usr/share/pixmaps/sdlpop.png
install -D -m 644 ../sdlpop.desktop "$pkgdir"/usr/share/applications/sdlpop.desktop
}
diff --git a/prince b/sdlpop.sh
index c6e2d86daa68..c6e2d86daa68 100644
--- a/prince
+++ b/sdlpop.sh