summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73811f7159f6..f07ae5633736 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Brandon Mulcahy <brandon@jangler.info>
pkgname=schismtracker-git
pkgver=r2438.55398fa
-pkgrel=3
+pkgrel=4
pkgdesc='A reimplementation of the Impulse Tracker music editor.'
arch=('i686' 'x86_64' 'armv7h') # and probably other ARMs
url='http://schismtracker.org/'
license=('GPL')
depends=('sdl' 'gcc-libs' 'libxv')
-makedepends=('git', 'python')
+makedepends=('git' 'python')
provides=('schismtracker' 'schismtracker-hg' 'schismtracker-cvs')
conflicts=('schismtracker' 'schismtracker-hg' 'schismtracker-cvs')
source=("$pkgname::git+https://github.com/schismtracker/schismtracker.git")