summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2015-09-05 17:32:46 -0600
committerAinola2015-09-05 17:32:46 -0600
commitb4108dfca58bc136dbe40974002dea72170887eb (patch)
treef9aeb8e93cbc00bd83f5065349b55541a8514190
parent1b00b8f84992ddcce6da3fcc386b2c9c98f4eed7 (diff)
downloadaur-b4108dfca58bc136dbe40974002dea72170887eb.tar.gz
conflict with ags-git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f0b50bfbded..a7e40ac01974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ags
pkgdesc = A development tool that is primarily used to create graphical adventure games
pkgver = 3.3.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/adventuregamestudio/ags
install = ags.install
arch = i686
@@ -11,6 +11,7 @@ pkgbase = ags
depends = dumb
depends = libtheora
optdepends = wine: for installing and configuring the game
+ conflicts = ags-git
source = https://github.com/adventuregamestudio/ags/archive/v.3.3.4.1.tar.gz
sha256sums = ac4ea69bacf3c3f071e97a8489d5cd02921b2868eb9d4c49af138935e8c9b4ea
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')