summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2015-09-05 17:32:46 -0600
committerAinola2015-09-05 17:32:46 -0600
commitb4108dfca58bc136dbe40974002dea72170887eb (patch)
treef9aeb8e93cbc00bd83f5065349b55541a8514190 /PKGBUILD
parent1b00b8f84992ddcce6da3fcc386b2c9c98f4eed7 (diff)
downloadaur-b4108dfca58bc136dbe40974002dea72170887eb.tar.gz
conflict with ags-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caf1ca730965..c11e63496bb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ags
pkgver=3.3.4.1
-pkgrel=2
+pkgrel=3
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
url="https://github.com/adventuregamestudio/ags"
@@ -12,6 +12,7 @@ license=('Artistic2.0')
depends=('dumb' 'libtheora')
makedepends=('wxgtk')
optdepends=('wine: for installing and configuring the game')
+conflicts=('ags-git')
install=ags.install
source=("https://github.com/adventuregamestudio/ags/archive/v.${pkgver}.tar.gz")
sha256sums=('ac4ea69bacf3c3f071e97a8489d5cd02921b2868eb9d4c49af138935e8c9b4ea')