[arch-commits] Commit in python-jsonpatch/trunk (PKGBUILD)
Frederik Schwan
freswa at archlinux.org
Fri Aug 28 12:58:23 UTC 2020
Date: Friday, August 28, 2020 @ 12:58:23
Author: freswa
Revision: 690813
fix unquoted variables
Modified:
python-jsonpatch/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-28 12:58:15 UTC (rev 690812)
+++ PKGBUILD 2020-08-28 12:58:23 UTC (rev 690813)
@@ -16,18 +16,18 @@
sha512sums=('1ab25c8e091cd0b772062a8c448fee4772081d8bd715489b2f7a76e4c0bdff8b26dd38b26c3037cf9bdf8780b97e62a20b6a5bdc43f43af16fdae51d1291bf52')
build() {
- cd "$srcdir"/python-json-patch-$pkgver
+ cd python-json-patch-$pkgver
python setup.py build
}
check() {
- cd "$srcdir"/python-json-patch-$pkgver
+ cd python-json-patch-$pkgver
coverage run --source=jsonpatch tests.py
}
package_python-jsonpatch() {
- cd "$srcdir"/python-json-patch-$pkgver
+ cd python-json-patch-$pkgver
- install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+ install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
python setup.py install --prefix=/usr --root="$pkgdir"
}
More information about the arch-commits
mailing list