summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-06-17 11:35:06 +0600
committerMubashshir2021-06-17 11:35:06 +0600
commit08f37132d02af757804e6ae3d95053ccc2634ccf (patch)
tree41f3ed142239a5c5b6fa824a423751591bba6ed7
parent0118c70bf6fcf4759c62dd3067d720afc5ce2025 (diff)
downloadaur-08f37132d02af757804e6ae3d95053ccc2634ccf.tar.gz
[upgpkg] python-cleo-pypi 0.8.1-4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e12c4af845c9..41d621a90072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cleo-pypi
pkgdesc = create beautiful and testable command-line interfaces
pkgver = 0.8.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sdispater/cleo
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ff7b88f1a7ca..6f1a2fa7ecf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=cleo
pkgname=python-$_name-pypi
pkgver=0.8.1
-pkgrel=3
+pkgrel=4
pkgdesc='create beautiful and testable command-line interfaces'
provides=("python-cleo=$pkgver")
conflicts=("python-cleo")
@@ -30,5 +30,5 @@ package()
{
cd "$srcdir/$_name-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}