summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a5f06bf73d0..a1bf806a51a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dnd-tools
pkgdesc = Interactive CLI tools for Dungeons and Dragons 5e
- pkgver = 92de5bb
+ pkgver = ec678ea
pkgrel = 1
url = https://github.com/gtbjj/dnd-tools
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 696ad8ea660b..bebf8156bc8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Austin Haedicke (gtbjj @ GitHub)
pkgname=dnd-tools
-pkgver=92de5bb
+pkgver=ec678ea
pkgrel=1
pkgdesc='Interactive CLI tools for Dungeons and Dragons 5e'
depends=('python')
@@ -22,4 +22,5 @@ pkgver() {
package() {
cd ${srcdir}/${pkgname}
python setup.py install --root="$pkgdir"
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}