summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-06-22 14:30:24 -0400
committerPatrick Northon2021-06-22 14:30:24 -0400
commitb0877f6c64b2968b3aa4db072b9e135b1ec26984 (patch)
tree536d760a74a5ee374b9229bcda23601c955123bc /PKGBUILD
parentb6850aa0a7c6baa7413d49baf2311c370e92e173 (diff)
downloadaur-b0877f6c64b2968b3aa4db072b9e135b1ec26984.tar.gz
Put extra levels into package instead of downloading from moddb.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7038a82a4fb..4a6e6305c670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
pkgname=bombermaaan
pkgver=1.4.0.627
-pkgrel=7
+pkgrel=8
_pkgdate=20081018
pkgdesc="A classic Bomberman-like game with multiplayer support"
arch=('i686' 'x86_64')
url="http://$pkgname.sourceforge.net"
-license=('GPL3')
+license=('GPL3' 'custom:Proprietary')
depends=('sdl_mixer')
install=$pkgname.install
source=("http://downloads.sourceforge.net/$pkgname/Bombermaaan_${pkgver}_${_pkgdate}_src.tar.gz"
"http://downloads.sourceforge.net/$pkgname/Bombermaaan_${pkgver}_${_pkgdate}_res.tar.gz"
- "Bombermaan_levels_pack.zip::https://www.moddb.com/downloads/mirror/30444/121/fc5860811eb63e2a1a0b5798bbd92d13"
+ "Bombermaan_levels_pack.zip"
"$pkgname.png"
"$pkgname.desktop"
"print.patch")