summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Chen2022-12-26 01:38:50 -0500
committerEvan Chen2022-12-26 01:42:16 -0500
commit23f2f4229f061d09af149f7b97afa165ca957e28 (patch)
treeb79914fcca32e1913e0eef0b358d818415491c4b
parent9a8dc80d7645353df4f41e991d0e9f7d6fbd65b7 (diff)
downloadaur-23f2f4229f061d09af149f7b97afa165ca957e28.tar.gz
Install LICENSE
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b527d865ceb..bd667bc1222d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-grilops
pkgdesc = GRId LOgic Puzzle Solver
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/obijywk/grilops
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5797693bfd6b..653f0db44df1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,7 @@
-# Maintainer: Evan Chen <evan@evanchen.cc>
-
pkgname=python-grilops
_name=${pkgname#python-}
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='GRId LOgic Puzzle Solver'
arch=(any)
url=https://github.com/obijywk/grilops
@@ -21,6 +19,7 @@ build() {
}
package() {
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
cd "$_name-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
}