summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2018-09-28 22:49:35 +0300
committerYurii Kolesnykov2018-09-28 22:49:35 +0300
commit4863bc225b1b986be20288a2d6c9502c66edaddc (patch)
treea06db8d4c602a87a2115ad210d57315292d49066
parent006bd3540281e9b427967522f11f3a5738b5e9a8 (diff)
downloadaur-4863bc225b1b986be20288a2d6c9502c66edaddc.tar.gz
20180928b.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67146c537d57..9ccee80409ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = proton-git
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
- pkgver = 20180913.5
+ pkgver = 20180928b.0
pkgrel = 1
url = https://github.com/ValveSoftware/Proton/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a7b36a9951e1..ee3c40b25579 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sean Anderson <seanga2@gamil.com>
pkgname=proton-git
_pkgname=proton
-pkgver=20180913.5
+pkgver=20180928b.0
pkgrel=1
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
arch=('x86_64')
@@ -24,7 +24,7 @@ pkgver() {
version="$(git describe --abbrev=0 --tags)"
count="$(git rev-list --count ${version}..)"
- printf '%s.%s' "${version#proton-3.7-}" "${count}"
+ printf '%s.%s' "${version#proton-3.7*-}" "${count}"
}
prepare() {