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 9c0620e7e3f2..638204fdd830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vodbot-git
pkgdesc = A command line interface VOD and Clip manager for Twitch.
pkgver = 1.1.10.r0.g376e311
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FriendTeamInc/VodBot
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 4530ae7d2db4..88b3cdceb35c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='vodbot-git'
pkgver=1.1.10.r0.g376e311
-pkgrel=1
+pkgrel=2
pkgdesc='A command line interface VOD and Clip manager for Twitch.'
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/FriendTeamInc/VodBot"
@@ -36,4 +36,5 @@ build() {
package() {
cd "$pkgname"
python setup.py install --root="${pkgdir}/"
+ install -D -m644 LICENSE.md "$pkgdir/usr/share/licenses/${pkgname%????}/LICENSE"
}