summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlesh Slovak2020-05-05 17:03:47 -0400
committerAlesh Slovak2020-05-05 17:03:47 -0400
commit3f590fcd1e695c04045c4906b68d0f93bde993c4 (patch)
tree791b93f418cbbcc42362c616ac1cf81f7f8b3de3
parent0ae1b72fa0dd6c3b0123e3be53bcf5556f292c42 (diff)
downloadaur-3f590fcd1e695c04045c4906b68d0f93bde993c4.tar.gz
ensure correct permissions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3feee4a011..e246b638e72f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pycrc
pkgdesc = A free, easy to use Cyclic Redundancy Check (CRC) calculator and C source code generator
pkgver = 0.9.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.tty1.net/pycrc/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 04413f95c94b..11148fd0dd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=pycrc
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
pkgdesc="A free, easy to use Cyclic Redundancy Check (CRC) calculator and C source code generator"
arch=(any)
url="http://www.tty1.net/pycrc/"
@@ -21,6 +21,7 @@ package() {
mkdir -p "${pkgdir}${_sitedir}/pycrc"
cp -r pycrc/*.py "${pkgdir}${_sitedir}/pycrc"
+ chmod -R +r "${pkgdir}${_sitedir}/pycrc"
mkdir -p "${pkgdir}/usr/bin"
cp pycrc.py "${pkgdir}/usr/bin/pycrc"