summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMrmaxmeier2017-02-15 21:34:44 +0100
committerMrmaxmeier2017-02-15 21:34:44 +0100
commit46274f55c620b8aa16ea4ba1eb06757e544bc3b5 (patch)
treef8fd4e129f7978b3f39de7ed0eb689dbc2853740 /PKGBUILD
parent7f8035307f253b97b6fcc7ea709830973e6b42f3 (diff)
downloadaur-46274f55c620b8aa16ea4ba1eb06757e544bc3b5.tar.gz
add desktop file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f512dd28d64a..6c2281d72f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=bombsquad
pkgver=1.4.110
-pkgrel=1
+pkgrel=2
pkgdesc='An explosive arcade-style party game'
arch=('x86_64' 'i686')
url='http://www.froemling.net/apps/bombsquad'
license=('unknown')
depends=('openal' 'libgl' 'sdl2' 'gcc' 'libvorbis' 'libogg' 'libxau')
-source=("bombsquad.sh")
-sha256sums=('850f8a66eb045ce833f8d7dae4533f69b629ac648bd205d98bf5f851339d4515')
+source=('bombsquad.sh' 'bombsquad.desktop')
+sha256sums=('850f8a66eb045ce833f8d7dae4533f69b629ac648bd205d98bf5f851339d4515' '900ffdf250eb2c59a2944703ccab9b69e58b5cdd7809f8349f6291db0301935c')
source_i686=("http://www.files.froemling.net/bombsquad/builds/BombSquad_Linux_32bit_${pkgver}.tar.gz")
sha256sums_i686=('2d4ebbc3397d6d8cf888e968c179aece9c4c8faeb528e93a3e2e34e9e93b544a')
@@ -37,6 +37,7 @@ package() {
find "${pkgdir}/usr/share/bombsquad/data" -type d -exec chmod 755 {} \;
install -Dm 755 "$srcdir"/bombsquad.sh "$pkgdir"/usr/bin/$pkgname
+ install -Dm 644 "$srcdir"/bombsquad.desktop "$pkgdir"/usr/share/applications/bombsquad.desktop
}