summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Debucquoy2024-05-27 15:18:49 +0200
committerAnthony Debucquoy2024-05-27 15:18:49 +0200
commit9bf9cbe3d483d6d1c121c4e846ad9de203d4a02b (patch)
tree3a01836605e6fab70267b078d81c08cda3161e98
parent5250028596f9ef74e963af69ffe5460a52d5d78d (diff)
downloadaur-9bf9cbe3d483d6d1c121c4e846ad9de203d4a02b.tar.gz
right pkgrel and license
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6923a319c9b2..3f03988bbe9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-asphalt
_name=${pkgname#python-}
pkgver=4.12.0
-pkgrel=0
+pkgrel=1
url="https://github.com/asphalt-framework/asphalt"
license=('Apache-2.0')
arch=('any')
@@ -19,6 +19,7 @@ build() {
package() {
cd "$_name-$pkgver"
python -m installer --destdir="$pkgdir/" dist/*.whl
+ Install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha256sums=('21e2b323aba833ecd1ea84746b55d486de5027f119987528ddb7b20c0272d10e')