summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphyskets2018-05-29 11:06:05 +0530
committerphyskets2018-05-29 11:06:05 +0530
commitd6651d34ffcf1ebf1e799d1fe290ba0e720bc429 (patch)
tree546c5ecb5f743eff119c3a0933d556911d88ec2c
parent384e3d62ac74c5bd934ee794769e1c053d6cf83a (diff)
downloadaur-d6651d34ffcf1ebf1e799d1fe290ba0e720bc429.tar.gz
providing armagetronad
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d752f33176..0a16c74b1ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = armagetronad-bzr
pkgdesc = A Tron Clone in 3D.
pkgver = r1622
- pkgrel = 1
+ pkgrel = 2
url = http://armagetronad.net/
arch = x86_64
license = GPL
@@ -13,6 +13,7 @@ pkgbase = armagetronad-bzr
depends = ftgl
depends = boost-libs
optdepends = python2: language updater
+ provides = armagetronad
conflicts = armagetronad
source = bzr+lp:armagetronad/0.4
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a2eb14ccc483..174c816b325f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgname=armagetronad
pkgname=$_pkgname-bzr
_pkgver=0.4
pkgver='r1622'
-pkgrel=1
+pkgrel=2
pkgdesc='A Tron Clone in 3D.'
arch=('x86_64')
url='http://armagetronad.net/'
@@ -16,6 +16,7 @@ license=('GPL')
depends=('sdl2_image' 'libxml2' 'sdl2_mixer' 'ftgl' 'boost-libs')
optdepends=('python2: language updater')
makedepends=('boost' 'bzr')
+provides=('armagetronad')
conflicts=('armagetronad')
source=("bzr+lp:$_pkgname/$_pkgver")
sha1sums=('SKIP')