summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoffeinFlummi2016-06-05 03:08:48 +0200
committerKoffeinFlummi2016-06-05 03:08:48 +0200
commit204a6dad9c963be2b2b0afbc602bc9a5988e557e (patch)
treed6233512cef1150a3b72cf918a79cc9626021128
parentcd997bda6b35e0e9f4cc68187639b589ecf62b82 (diff)
downloadaur-204a6dad9c963be2b2b0afbc602bc9a5988e557e.tar.gz
Bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1267f6babd8..aefc3693e454 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = armake-git
pkgdesc = An open-source implementation of the Arma modding tools.
- pkgver = 0.3.r1.g30895ac
+ pkgver = 0.4.r0.g0088684
pkgrel = 1
url = https://github.com/KoffeinFlummi/armake
arch = i686
arch = x86_64
license = GPL2
+ depends = openssl
+ conflicts = armake
source = git+https://github.com/KoffeinFlummi/armake.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index edae1b5d62b2..378a1bbb6f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
_pkgname="armake"
pkgname="${_pkgname}-git"
-pkgver=0.3.r1.g30895ac
+pkgver=0.4.r0.g0088684
pkgrel=1
pkgdesc="An open-source implementation of the Arma modding tools."
arch=('i686' 'x86_64')
url="https://github.com/KoffeinFlummi/armake"
license=('GPL2')
-depends=()
+depends=('openssl')
optdepends=()
+conflicts=('armake')
source=("git+https://github.com/KoffeinFlummi/armake.git")
sha256sums=('SKIP')