summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteve Engledow2024-04-16 23:07:47 +0100
committerSteve Engledow2024-04-16 23:07:47 +0100
commit18b8545d0199d65a926d4110b20343a010829ceb (patch)
tree0dbdb984b11443767b565b186780825f98a8b246 /PKGBUILD
parentbad9c90e5de721e1c433521848f99ad901df474f (diff)
downloadaur-heroes.tar.gz
Move makedepends into depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a511feb1fea..2e5c53dfc819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
# Maintainer: Steve Engledow <steve@offend.me.uk>
pkgname=heroes
pkgver=0.21
-pkgrel=3
+pkgrel=4
pkgdesc="Heroes is similar to the Tron and Nibbles games of yore, but includes many graphical improvements and new game features."
url="http://heroes.sourceforge.net"
arch=(x86_64)
license=('GPL')
-depends=()
-makedepends=(libmikmod sdl)
+depends=(libmikmod sdl)
source=("http://prdownloads.sourceforge.net/heroes/$pkgname-$pkgver.tar.gz"
"http://prdownloads.sourceforge.net/heroes/$pkgname-data-1.5.tar.gz"
"http://prdownloads.sourceforge.net/heroes/$pkgname-sound-tracks-1.0.tar.gz"