summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrick Brennan2023-08-28 20:50:00 -0400
committerFredrick Brennan2023-08-28 20:50:11 -0400
commit6f14ab94c023a6606398df8b18be9b35a106249a (patch)
treeb08ea03593a51117c5843e0f7eedb11b33d89fc5 /PKGBUILD
parent89ce32b030d078b42b9b6ad48dce9be614edf40c (diff)
downloadaur-archivemount.tar.gz
version 0.9.1 pkgrel 3
+autoconf to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db54a733c139..15dc9c216438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=archivemount
pkgver=0.9.1
-pkgrel=2
+pkgrel=3
pkgdesc="FUSE based filesystem for mounting compressed archives"
arch=('i686' 'x86_64')
url="https://www.cybernoia.de/software/archivemount.html"
license=('GPL2')
depends=('fuse' 'libarchive')
-makedepends=('automake' 'git' 'gcc')
+makedepends=('automake' 'git' 'gcc' 'autoconf')
_githash=78c306538065de9b14f48cfc2024f50f843d3b29
_gituser=cybernoid
source=("https://github.com/$_gituser/$pkgname/archive/$_githash.zip")