summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2019-06-03 03:16:36 +0200
committereomanis2019-06-03 03:16:36 +0200
commit739e39f3c805e8a1733b1f762e0caf00762b5583 (patch)
treec309b8374a8d1032f8b68b07bf52fb6b76515bf8
parent4829002e65a6012b937029224f51972e1959618c (diff)
downloadaur-739e39f3c805e8a1733b1f762e0caf00762b5583.tar.gz
Update to version 0.1.2
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25f7fb5a8635..ec13e68f50f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = inherit-acl
pkgdesc = Tool that applies to a path its parent directory's permissions and ACL
- pkgver = 0.1.1
+ pkgver = 0.1.2
pkgrel = 1
url = https://eomanis.duckdns.org/permshare/inherit-acl/
arch = any
@@ -10,8 +10,8 @@ pkgbase = inherit-acl
depends = sed
depends = acl
optdepends = sudo: Sudo integration
- source = https://eomanis.duckdns.org/permshare/inherit-acl/inherit-acl-0.1.1.tar.gz
- sha384sums = ece6bd69da7efb8535978ff31124c95589f3e7d2f42ad5aa9c2306b8aa442c3681f90160d0e186a4e8c671f6067df0c8
+ source = https://eomanis.duckdns.org/permshare/inherit-acl/inherit-acl-0.1.2.tar.gz
+ sha384sums = e5cf2b25a1ba03ad1a05c941a51d5f3214dd7a09fa28c5eb47a5e4217c8e2cdf28e846b19d55c691cfa0fbb8762b24ef
pkgname = inherit-acl
diff --git a/PKGBUILD b/PKGBUILD
index 4c63042bd871..8dedec604a21 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: eomanis at web dot de
pkgname='inherit-acl'
-_pkgverUpstream="0.1.1"
+_pkgverUpstream="0.1.2"
pkgver="${_pkgverUpstream//-/.}"
pkgrel=1
pkgdesc="Tool that applies to a path its parent directory's permissions and ACL"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('bash>=4.3' 'coreutils' 'sed' 'acl')
optdepends=('sudo: Sudo integration')
source=("https://eomanis.duckdns.org/permshare/inherit-acl/inherit-acl-${_pkgverUpstream}.tar.gz")
-sha384sums=('ece6bd69da7efb8535978ff31124c95589f3e7d2f42ad5aa9c2306b8aa442c3681f90160d0e186a4e8c671f6067df0c8')
+sha384sums=('e5cf2b25a1ba03ad1a05c941a51d5f3214dd7a09fa28c5eb47a5e4217c8e2cdf28e846b19d55c691cfa0fbb8762b24ef')
package() {
local srcRootDir="${srcdir}/${pkgname}-${_pkgverUpstream}"