aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py-google-apputils/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-google-apputils/APKBUILD b/testing/py-google-apputils/APKBUILD
index 575a4a4c84..fef8209a8d 100644
--- a/testing/py-google-apputils/APKBUILD
+++ b/testing/py-google-apputils/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-google-apputils
_pkgname=${pkgname#py-}
pkgver=0.4.2
-pkgrel=0
+pkgrel=1
pkgdesc="Google Application Utilities for Python"
url="https://github.com/google/google-apputils"
arch="noarch"
@@ -27,7 +27,7 @@ package() {
# The files under google_apputils.egg-info lack read permission for
# "other", which causes `python setup.py build` failures for packages
# using google-apputils.
- chmod o+r "$pkgdir"/usr/lib/python2.7/site-packages/$_pkgname-$pkgver-py2.7.egg-info/*
+ chmod o+r "$pkgdir"/usr/lib/python2.7/site-packages/google_apputils-$pkgver-py2.7.egg-info/*
}
md5sums="fb9fadf621dbecf28c8dabb5fe37ddb3 google-apputils-0.4.2.tar.gz"