summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2015-09-05 17:35:29 -0600
committerAinola2015-09-05 17:35:29 -0600
commit490c971c00748b7e9545d78b4ead37598b3754bb (patch)
treeb7fb5d2f721709d9275d26bd9c0b9d6e68b84c69
parent36413b3de9d99e91bea0a08e5451e9d84547705e (diff)
downloadaur-490c971c00748b7e9545d78b4ead37598b3754bb.tar.gz
conflict with ags
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 465b434628d5..e63ebce9b745 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ags-git
pkgdesc = Adventure Game Studio, a development tool that is primarily used to create graphical adventure games
pkgver = 3.3.4.1.7.geeb96c4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/adventuregamestudio/ags
install = ags.install
arch = i686
@@ -16,6 +16,7 @@ pkgbase = ags-git
depends = libtheora
depends = libvorbis
optdepends = wine: for installing and configuring the game
+ conflicts = ags
source = git://github.com/adventuregamestudio/ags.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6d67dccfc2af..e48159c1026b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Ainola
# Contributor: Ner0
-# Contributor: quantax -- contact via Arch Linux forum or AUR
+# Contributor: quantax
pkgname=ags-git
pkgver=3.3.4.1.7.geeb96c4
-pkgrel=1
+pkgrel=2
pkgdesc="Adventure Game Studio, 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=('allegro4' 'dumb' 'freetype2' 'libogg' 'libtheora' 'libvorbis')
makedepends=('git' 'wxgtk')
optdepends=('wine: for installing and configuring the game')
+conflicts=('ags')
install=ags.install
source=('git://github.com/adventuregamestudio/ags.git')
md5sums=('SKIP')