summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Grechkin2023-05-08 09:05:30 +0200
committerAndrew Grechkin2023-05-08 09:05:30 +0200
commit8a6c664f492739b2bef529568d6de5dd5dbeab20 (patch)
treee04d42b56663bfa6a2ddcdd4c91e9e1c1411b1b9
parent1936c6c2300eb075dc0659eb857e05578dc3e495 (diff)
downloadaur-8a6c664f492739b2bef529568d6de5dd5dbeab20.tar.gz
fix: git should be explicitly required as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee402cd44cc7..3803e600ba78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = fuse3-p7zip-git
pkgdesc = fuse3 file system that uses the p7zip library to mount archives
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/andrew-grechkin/fuse3-p7zip
arch = x86_64
license = GPL
makedepends = cmake
+ makedepends = git
makedepends = go-md2man
depends = fuse3
depends = p7zip
diff --git a/PKGBUILD b/PKGBUILD
index b8a03825cf46..5c48cb1cec32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
+# Maintainer: Andrew Grechkin <andrew.grechkin@gmail.com>
_name=fuse3-p7zip
pkgname="$_name-git"
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="fuse3 file system that uses the p7zip library to mount archives"
arch=('x86_64')
url="https://github.com/andrew-grechkin/fuse3-p7zip"
license=('GPL')
depends=('fuse3' 'p7zip')
-makedepends=('cmake' 'go-md2man')
+makedepends=('cmake' 'git' 'go-md2man')
source=("git+https://github.com/andrew-grechkin/fuse3-p7zip#commit=1c7b2b4bac09f1c55add310874a624194fda2d58")
sha256sums=('SKIP')