summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxDShot2023-07-15 19:42:12 +0300
committerxDShot2023-07-15 19:42:12 +0300
commit0e29dbb334ed1632c914a59bd60eddb3774d2332 (patch)
tree363d41f201a0e09cfec5a889675323ec3ad1076f
parentd5645d4966485ea8c4b5e081040129aebd77c2c6 (diff)
downloadaur-0e29dbb334ed1632c914a59bd60eddb3774d2332.tar.gz
update
added git to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b53c584107..85c5545d6d5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = vpk-fuse-git
pkgdesc = FUSE filesystem to read Valve VPK files.
- pkgver = r8.10247a4
+ pkgver = r12.4e7e4b7
pkgrel = 1
url = https://github.com/ElementW/vpk_fuse
arch = x86_64
license = GPL3
+ makedepends = git
depends = fuse
provides = vpk-fuse
conflicts = vpk-fuse
@@ -12,4 +13,3 @@ pkgbase = vpk-fuse-git
sha256sums = SKIP
pkgname = vpk-fuse-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 47323eb167f4..daa2a0bc4bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=vpk-fuse
pkgname=$_pkgname-git
_binname=vpk_fuse
-pkgver=r8.10247a4
+pkgver=r12.4e7e4b7
pkgrel=1
pkgdesc="FUSE filesystem to read Valve VPK files."
arch=("x86_64")
@@ -12,6 +12,7 @@ sha256sums=('SKIP')
license=("GPL3")
provides=( "$_pkgname" )
conflicts=( "$_pkgname" )
+makedepends=("git")
pkgver() {
cd "$_binname"