summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreomanis2019-05-06 22:36:58 +0200
committereomanis2019-05-06 22:36:58 +0200
commitd70d160bc466d6c7d6958a9d6fa6f61081ca7ccf (patch)
treeef5416f0b6edaa15ac71c640e30e4aed57e58db7
parentcbdf16727fe320e8894d45f86bfee13a7c0cb5d5 (diff)
downloadaur-d70d160bc466d6c7d6958a9d6fa6f61081ca7ccf.tar.gz
Change upstream URL, prepend an underscore to a custom global variable, switch to stronger checksum
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f428160be3b0..9735806748fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = inherit-acl
pkgdesc = Tool that applies to a path its parent directory's permissions and ACL
pkgver = 0.1.0
- pkgrel = 1
- url = http://eomanis.mooo.com/permshare/inherit-acl/index.xhtml
+ pkgrel = 2
+ url = https://eomanis.duckdns.org/permshare/inherit-acl/index.xhtml
arch = any
license = GPL3
depends = bash>=4.3
@@ -10,8 +10,8 @@ pkgbase = inherit-acl
depends = sed
depends = acl
optdepends = sudo: Sudo integration
- source = http://eomanis.mooo.com/permshare/inherit-acl/inherit-acl-0.1.0.tar.gz
- sha256sums = 8df51daec1129b9d683498b797465b41d1377adc26860381dc9820c2ba68970e
+ source = https://eomanis.duckdns.org/permshare/inherit-acl/inherit-acl-0.1.0.tar.gz
+ sha384sums = f3417fa441abd1a1cc44cb0f3897fd29bb850f72688708bf7792a9f4abb67c8d12a7d2aa3b95026dfe5254b31d48e56e
pkgname = inherit-acl
diff --git a/PKGBUILD b/PKGBUILD
index fbfa3fc50618..89a5ce35d9bf 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: eomanis at web dot de
pkgname='inherit-acl'
-pkgverUpstream="0.1.0"
-pkgver="${pkgverUpstream//-/.}"
-pkgrel=1
+_pkgverUpstream="0.1.0"
+pkgver="${_pkgverUpstream//-/.}"
+pkgrel=2
pkgdesc="Tool that applies to a path its parent directory's permissions and ACL"
arch=('any')
-url='http://eomanis.mooo.com/permshare/inherit-acl/index.xhtml'
+url='https://eomanis.duckdns.org/permshare/inherit-acl/index.xhtml'
license=('GPL3')
depends=('bash>=4.3' 'coreutils' 'sed' 'acl')
optdepends=('sudo: Sudo integration')
-source=("http://eomanis.mooo.com/permshare/inherit-acl/inherit-acl-${pkgverUpstream}.tar.gz")
-sha256sums=('8df51daec1129b9d683498b797465b41d1377adc26860381dc9820c2ba68970e')
+source=("https://eomanis.duckdns.org/permshare/inherit-acl/inherit-acl-${_pkgverUpstream}.tar.gz")
+sha384sums=('f3417fa441abd1a1cc44cb0f3897fd29bb850f72688708bf7792a9f4abb67c8d12a7d2aa3b95026dfe5254b31d48e56e')
package() {