summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Whatson2019-05-10 09:46:04 +1000
committerAndrew Whatson2019-05-10 09:46:04 +1000
commita34d6385207b6a5dcb41d9308df01fdbf6e5a5ee (patch)
tree4f44f546a6da1c0319b3678d488356b59231b41e
parentccaa476269082edb0d09002f0bddf990756b3a38 (diff)
downloadaur-a34d6385207b6a5dcb41d9308df01fdbf6e5a5ee.tar.gz
Update to used tagged version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e4beffa72be..04dce67d16de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = faudio-wrappers-git
- pkgdesc = Accuracy-focused XAudio reimplementation for open platforms
- pkgver = r997.d8224a0
+ pkgdesc = XAudio2 reimplementation (Windows DLLs)
+ pkgver = 19.05.r13.g3dd4e04
pkgrel = 1
- url = https://github.com/FNA-XNA/FAudio
+ url = https://github.com/FNA-XNA/FAudio/
arch = i686
arch = x86_64
- license = custom
+ license = custom:zlib
makedepends = git
makedepends = mingw-w64-gcc
makedepends = mingw-w64-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index ab00a3d0e7df..49d02ef03a33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgbase=faudio-wrappers
_gitname=FAudio
pkgbase=${_pkgbase}-git
pkgname=("${_pkgbase}-win32-git" "${_pkgbase}-win64-git")
-pkgver=r997.d8224a0
+pkgver=19.05.r13.g3dd4e04
pkgrel=1
-pkgdesc="Accuracy-focused XAudio reimplementation for open platforms"
-arch=('i686' 'x86_64')
-url='https://github.com/FNA-XNA/FAudio'
-license=('custom')
+pkgdesc="XAudio2 reimplementation (Windows DLLs)"
+arch=(i686 x86_64)
+url="https://github.com/FNA-XNA/FAudio/"
+license=('custom:zlib')
depends=('wine' 'winetricks')
makedepends=('git' 'mingw-w64-gcc' 'mingw-w64-sdl2' 'mingw-w64-ffmpeg')
source=('git+https://github.com/FNA-XNA/FAudio'
@@ -19,7 +19,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$srcdir/${_gitname}"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
_build_faudio-wrappers() {