summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2021-05-10 12:32:47 -0400
committerSlashbunny2021-05-10 12:32:47 -0400
commit80ee01b919768e07a5946139862cc8e30d4ef533 (patch)
tree3bb6434684bc26b04f8a802327d8ad1f771d35c5 /PKGBUILD
parentb07986cc43c27c7721f9ab815aea319dad72acbb (diff)
downloadaur-qstat-git.tar.gz
Fix makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0f999b43823..7975e6a9174f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Slash <demodevil5[at]yahoo[dot]com>
pkgname=qstat-git
-pkgver=r396.a60436f
+pkgver=r467.d249332
pkgrel=1
pkgdesc="A command line utility that displays the status of internet game servers"
url="https://github.com/multiplay/qstat"
arch=('i686' 'x86_64')
license=('Artistic2.0')
depends=('glibc')
-makedepends=('subversion')
+makedepends=('git')
replaces=('qstat-cvs' 'qstat-svn')
conflicts=('qstat' 'qstat-cvs' 'qstat-svn')
provides=('qstat')