summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormuttley2016-11-15 16:45:34 +0100
committermuttley2016-11-15 16:45:34 +0100
commit0dec424234dd88b3ab9e6b577635dc037411bfa9 (patch)
treedaadf9474d34128ce9e837970f9e6d92a5d8267c
parente6d6bb811a5f5cc46d9a9277a4e9f2fbd6255244 (diff)
downloadaur-0dec424234dd88b3ab9e6b577635dc037411bfa9.tar.gz
Update to commit 23.245a237
-rw-r--r--.SRCINFO12
-rwxr-xr-xPKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 603878079608..0c1ed56288aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = arma3-linux-launcher-git
- pkgdesc = Advanced launcher for ArmA 3 Linux version
- pkgver = 18.f859031
+ pkgdesc = Advanced launcher for ArmA 3 on Linux
+ pkgver = 23.245a237
pkgrel = 1
- url = https://github.com/muttleyxd/arma3-linux-launcher
+ url = https://github.com/muttleyxd/arma3-unix-launcher
arch = i686
arch = x86_64
license = MIT
@@ -10,9 +10,9 @@ pkgbase = arma3-linux-launcher-git
makedepends = git
depends = gtkmm3
depends = steam
- provides = arma3-linux-launcher
- conflicts = arma3-linux-launcher
- source = arma3-linux-launcher-git::git://github.com/muttleyxd/arma3-linux-launcher.git
+ provides = arma3-unix-launcher
+ conflicts = arma3-unix-launcher
+ source = arma3-linux-launcher-git::git://github.com/muttleyxd/arma3-unix-launcher.git
md5sums = SKIP
pkgname = arma3-linux-launcher-git
diff --git a/PKGBUILD b/PKGBUILD
index 1b01c33ff10a..432029cd44dd 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: muttleyxd <muttdini[ at ]gmail.com>
pkgname=arma3-linux-launcher-git
-pkgver=18.f859031
+pkgver=23.245a237
pkgrel=1
-pkgdesc="Advanced launcher for ArmA 3 Linux version"
+pkgdesc="Advanced launcher for ArmA 3 on Linux"
arch=('i686' 'x86_64')
-url="https://github.com/muttleyxd/arma3-linux-launcher"
+url="https://github.com/muttleyxd/arma3-unix-launcher"
license=('MIT')
depends=('gtkmm3' 'steam')
makedepends=('cmake' 'git')
-provides=('arma3-linux-launcher')
-conflicts=('arma3-linux-launcher')
-source=("$pkgname::git://github.com/muttleyxd/arma3-linux-launcher.git")
+provides=('arma3-unix-launcher')
+conflicts=('arma3-unix-launcher')
+source=("$pkgname::git://github.com/muttleyxd/arma3-unix-launcher.git")
md5sums=('SKIP')
pkgver()