summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2021-11-26 09:24:43 +0100
committerXyne2021-11-26 09:24:43 +0100
commita35fea79f23ae0897720e52ba76a66d3be177ef7 (patch)
tree6cf46c953ca4f056fc158c98d09beb1b4f623012
parentd7fd76059c700eda0ace801b13ddff3677d50f72 (diff)
downloadaur-a35fea79f23ae0897720e52ba76a66d3be177ef7.tar.gz
Version 1.15.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99a9679a0995..49c0e6c46cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bindfs
pkgdesc = A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings.
- pkgver = 1.14.7
+ pkgver = 1.15.1
pkgrel = 1
url = http://bindfs.org/
arch = i686
@@ -10,8 +10,7 @@ pkgbase = bindfs
arch = armv7h
license = GPL
depends = fuse
- source = http://bindfs.org/downloads/bindfs-1.14.7.tar.gz
- sha512sums = 03b0bce29b87219e7e159077942e66e7e0e783b8c41234231696f96aa83e66271431fd3b4e7c1d98ba74705ec7255bd7da9d9484981ddb86c4d1c1b35dcaa0cc
+ source = http://bindfs.org/downloads/bindfs-1.15.1.tar.gz
+ sha512sums = da9003f141b7aa2c23651b3b836b1d979bf1b19915f307c05e40ae6906aab738036cc8b5df6caeec158e4fa6b7bca71489ea7884ff1607c6fea72a603a048d59
pkgname = bindfs
-
diff --git a/PKGBUILD b/PKGBUILD
index ca8f1e739889..1cf859138259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Contributor: Xyne <xyne at archlinux dot us>
+# Contributor: Xyne <xyne at archlinux dot org>
pkgname=bindfs
-pkgver=1.14.7
+pkgver=1.15.1
pkgrel=1
pkgdesc="A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings."
arch=('i686' 'x86_64' 'armv6h' 'armv6l' 'armv7h')
@@ -9,7 +9,7 @@ url="http://bindfs.org/"
license=('GPL')
depends=('fuse')
source=("http://bindfs.org/downloads/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('03b0bce29b87219e7e159077942e66e7e0e783b8c41234231696f96aa83e66271431fd3b4e7c1d98ba74705ec7255bd7da9d9484981ddb86c4d1c1b35dcaa0cc')
+sha512sums=('da9003f141b7aa2c23651b3b836b1d979bf1b19915f307c05e40ae6906aab738036cc8b5df6caeec158e4fa6b7bca71489ea7884ff1607c6fea72a603a048d59')
build() {