summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormatthias2020-11-07 13:59:55 +0100
committermatthias2020-11-07 13:59:55 +0100
commite1e2f966edc960046f4854bb2dba98d9a714ac92 (patch)
treeee935596fe4cbb0bd91c62e094444b6e8b0173a4 /PKGBUILD
parent6211acc5f5bbaf181e3e1a043fb4ead1189ed273 (diff)
downloadaur-e1e2f966edc960046f4854bb2dba98d9a714ac92.tar.gz
add license
Signed-off-by: matthias <uso.cosmo.ray@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30fd1dc78739..d1ec96b1c8a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Reference: PKGBUILD(5)
pkgname=whatami-git
-pkgver=r16.160ac54
+pkgver=r25.8e23e7a
pkgrel=1
pkgdesc='Get ready for some painful insults...'
@@ -30,4 +30,5 @@ build() {
package() {
cd "${srcdir}/whatami"
python ./setup.py install --root="$pkgdir" --optimize=1 --skip-build
+ install -D "${srcdir}/whatami/LICENSE" "$pkgdir/usr/share/licenses/whatami/LICENSE"
}