summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkojq2024-03-31 10:54:55 -0400
committerkojq2024-03-31 10:54:55 -0400
commita8150ec9973d01ea7089f33378d4abf285c19c80 (patch)
treed4640f6f3eaa722255c296c50b49eea32258da64
parent7ef194910c635ada886178f5ea335b01f216a69e (diff)
downloadaur-gensoquote-git.tar.gz
add SPDX License and alter install flag order
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7678df62841e..e0382c83e32a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gensoquote-git
pkgdesc = Like fortune, but in Gensokyo and memory safe™
- pkgver = 0.3.0.r4.gf46072a
+ pkgver = 0.4.1.r4.gff1dc25
pkgrel = 1
url = https://github.com/dmyTRUEk/gensoquote
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ccb933232e7c..fa6b9055cc51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gensoquote-git
_pkgname=gensoquote
-pkgver=0.3.0.r4.gf46072a
+pkgver=0.4.1.r4.gff1dc25
pkgrel=1
pkgdesc='Like fortune, but in Gensokyo and memory safe™'
url=https://github.com/dmyTRUEk/gensoquote
@@ -36,5 +36,6 @@ check() {
package() {
cd $_pkgname
- install -Dm755 -t $pkgdir/usr/bin target/release/gensoquote
+ install -Dm755 target/release/gensoquote -t $pkgdir/usr/bin
+ install -Dm644 LICENSE.md $pkgdir/usr/share/licenses/$_pkgname/LICENSE
}