summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-09-27 16:36:09 -0500
committerLuis Martinez2021-09-27 16:36:09 -0500
commit2fa13935db1e4447003787f76a84430d5f52a9df (patch)
treed85ac68a2b7ce6cc9b7d652f27b8096ab1395776
parent28563ec6268e02dae529bbdeb5ab69eaeff60f2f (diff)
downloadaur-2fa13935db1e4447003787f76a84430d5f52a9df.tar.gz
small fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70b6f090831c..1108b2a19050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-google-crc32c
pkgdesc = Wraps Google's crc32c library into a Python wrapper
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/googleapis/python-crc32c
arch = x86_64
license = APACHE
diff --git a/PKGBUILD b/PKGBUILD
index 0ec30e7c059d..0eb64cff9a4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-google-crc32c
_name="${pkgname/-google/}"
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Wraps Google's crc32c library into a Python wrapper"
arch=('x86_64')
url="https://github.com/googleapis/python-crc32c"
@@ -30,5 +30,5 @@ check() {
package() {
cd "$_name-$pkgver"
PYTHONHASHSEED=0 python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
- install -Dm644 README.md SECURITY.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+ install -Dm644 README.md SECURITY.md -t "$pkgdir/usr/share/doc/$pkgname/"
}