summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2023-10-02 16:03:03 +0200
committerkleintux2023-10-02 16:03:03 +0200
commit178bccd87737ad036e4ac42d58bafe25b7030b89 (patch)
tree3a697e5aa161013478c21e473337155ade480e6c /PKGBUILD
parent221bc72d7b436c8ecffd5904635700769ab159cd (diff)
downloadaur-xmlfs.tar.gz
fixed url to ssl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4ff88ed277b..b8bcc084534f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=xmlfs
pkgver=0.1.1
-pkgrel=3
+pkgrel=4
pkgdesc='Mount XML files as directory structures'
license=('GPL')
arch=('any')
-url='http://github.com/halhen/xmlfs'
+url='https://github.com/halhen/xmlfs'
depends=('fuse' 'libxml2')
source=("https://github.com/halhen/xmlfs/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('1b6e4d8d3f6615f2c82a5ff65524f5b33cc43eb92a4f301d8020f2144ad24985')