summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOwen Trigueros2022-07-30 11:52:58 +0200
committerOwen Trigueros2022-07-30 11:52:58 +0200
commit94aa7b8637a24f0337c352fd441d785c2a0cd60f (patch)
tree174056299e9910a2e29d9b6d64869c09dc93c571
parent1806e3cd8d824b69bd1bd2452941fbe36ed40825 (diff)
downloadaur-94aa7b8637a24f0337c352fd441d785c2a0cd60f.tar.gz
upgpkg: httpdirfs 1.2.3-2
Change arch to 'x86_64' Add alternative unique filename to source file Add missing dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d3364703faa..5bfe3fc7e2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = httpdirfs
pkgdesc = A filesystem which allows you to mount HTTP directory listings
pkgver = 1.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fangfufu/httpdirfs
- arch = any
+ arch = x86_64
license = GPL
depends = gumbo-parser
depends = fuse2
- depends = openssl
- source = https://github.com/fangfufu/httpdirfs/archive/1.2.3.tar.gz
+ depends = curl
+ depends = expat
+ source = httpdirfs-1.2.3.tar.gz::https://github.com/fangfufu/httpdirfs/archive/1.2.3.tar.gz
md5sums = 32c2fb2e30e55b6e42ac6a54c638ba47
pkgname = httpdirfs
diff --git a/PKGBUILD b/PKGBUILD
index 25273acfabf2..427d1a770e76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=httpdirfs
pkgver=1.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A filesystem which allows you to mount HTTP directory listings"
-arch=('any')
+arch=('x86_64')
url="https://github.com/fangfufu/httpdirfs"
license=('GPL')
-depends=('gumbo-parser' 'fuse2' 'openssl')
-source=("https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
+depends=('gumbo-parser' 'fuse2' 'curl' 'expat')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fangfufu/$pkgname/archive/$pkgver.tar.gz")
md5sums=("32c2fb2e30e55b6e42ac6a54c638ba47")
build() {