aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZeke Sonxx2017-06-25 17:35:31 -0400
committerZeke Sonxx2017-06-25 17:35:31 -0400
commit78c81ac0cb44c0ad4bd81b1fc9070ce5e1464f8e (patch)
treed5f9032944fa8c936bd32b42f8f08c846f8e6098
parentc5a8863c8ac16a3dd556d7b0b7a50289a5c1f383 (diff)
downloadaur-78c81ac0cb44c0ad4bd81b1fc9070ce5e1464f8e.tar.gz
Update to 1.3-r1-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57de17e597aa..feb973621da4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = blt4l
pkgdesc = Mod loader for Payday 2 (non-Steam runtime only)
- pkgver = 1.3
+ pkgver = 1.3_r1_1
pkgrel = 1
url = https://github.com/blt4linux/blt4l
install = blt4l.install
@@ -13,7 +13,7 @@ pkgbase = blt4l
depends = openssl
depends = zlib
conflicts = blt4l-git
- source = blt4l::git+https://github.com/blt4linux/blt4l#tag=1.3
+ source = blt4l::git+https://github.com/blt4linux/blt4l#tag=1.3-r1-1
md5sums = SKIP
pkgname = blt4l
diff --git a/PKGBUILD b/PKGBUILD
index 46344956a91c..cac289002563 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# shellcheck shell=bash
# shellcheck disable=SC2034,SC2148,SC2154
# Maintainer: Zeke Sonxx <zeke@zekesonxx.com>
+# 2.0-pre1
pkgname=blt4l
-pkgver=1.3
+pkgver=1.3_r1_1
pkgrel=1
pkgdesc="Mod loader for Payday 2 (non-Steam runtime only)"
arch=('i686' 'x86_64')
@@ -17,7 +18,7 @@ replaces=()
backup=()
options=()
install=blt4l.install
-source=("blt4l::git+https://github.com/blt4linux/blt4l#tag=${pkgver/_/-}")
+source=("blt4l::git+https://github.com/blt4linux/blt4l#tag=${pkgver//_/-}")
noextract=()
md5sums=('SKIP')