summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlesh Slovak2020-05-05 17:03:47 -0400
committerAlesh Slovak2020-05-05 17:03:47 -0400
commit3f590fcd1e695c04045c4906b68d0f93bde993c4 (patch)
tree791b93f418cbbcc42362c616ac1cf81f7f8b3de3 /PKGBUILD
parent0ae1b72fa0dd6c3b0123e3be53bcf5556f292c42 (diff)
downloadaur-3f590fcd1e695c04045c4906b68d0f93bde993c4.tar.gz
ensure correct permissions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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"