summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAstroncia2022-02-16 03:25:17 +0300
committerAstroncia2022-02-16 03:25:17 +0300
commit9a4b1e0766e21a9c27886dd6b5c68478b8f4e4a9 (patch)
tree47a47b4bef8ba40bec0346717f35e968cc758819
parent91fa32de031e2dec89033335110139e4d7b02e5d (diff)
downloadaur-9a4b1e0766e21a9c27886dd6b5c68478b8f4e4a9.tar.gz
Include license.txt in package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d686197d6b55..432488bc72bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = astronciaiptv-git
pkgdesc = IPTV player with EPG support
pkgver = 0.0.92
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/astroncia/iptv
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 8ca53ba16a3a..224f038f09a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astronciaiptv-git
pkgver=0.0.92
-pkgrel=1
+pkgrel=2
pkgdesc="IPTV player with EPG support"
arch=('any')
url="https://gitlab.com/astroncia/iptv"
@@ -35,6 +35,7 @@ package() {
install -Dm644 -t "${pkgdir}"/usr/share/astronciaiptv/icons_dark usr/share/astronciaiptv/icons_dark/*.{gif,png}
install -Dm644 -t "${pkgdir}"/usr/share/icons/hicolor/scalable/apps usr/share/icons/hicolor/scalable/apps/astronciaiptv.svg
install -Dm644 -t "${pkgdir}"/usr/share/metainfo usr/share/metainfo/astronciaiptv.appdata.xml
+ install -Dm644 -t "${pkgdir}"/usr/share/astronciaiptv/license.txt usr/share/astronciaiptv/license.txt
cp -a usr/lib/astronciaiptv/astroncia "${pkgdir}"/usr/lib/astronciaiptv/astroncia
cp -a usr/lib/astronciaiptv/thirdparty "${pkgdir}"/usr/lib/astronciaiptv/thirdparty