summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2018-10-18 09:01:09 -0300
committerEduardo Bart2018-10-18 09:01:09 -0300
commit767469874b093c01d18c2953713c52ed9354b49d (patch)
tree089b8e54fae402789fe6c8cf9faadfc2a5b31cfb
parent294b7b65795708b1d71a66147a829198dfac327a (diff)
downloadaur-767469874b093c01d18c2953713c52ed9354b49d.tar.gz
Add git as make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2da801d46bcd..8dd241ad3076 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = mingw-w64-openal
pkgdesc = Cross-platform 3D audio library, software implementation (mingw-w64)
pkgver = 1.19.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kcat/openal-soft
arch = any
license = LGPL
makedepends = mingw-w64-cmake
+ makedepends = git
depends = mingw-w64-crt
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 6684cd22d5b9..3a043de04610 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=mingw-w64-openal
pkgver=1.19.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform 3D audio library, software implementation (mingw-w64)"
arch=(any)
url="https://github.com/kcat/openal-soft"
license=('LGPL')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-cmake')
+makedepends=('mingw-w64-cmake' 'git')
options=(!strip !buildflags staticlibs)
_commit=6761218e51699f46bf25c377e65b3e9ea5e434b9 # tags/openal-soft-1.19.1
source=("git+https://github.com/kcat/openal-soft#commit=$_commit")