summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYigit Dallilar2017-10-05 01:33:34 -0400
committerYigit Dallilar2017-10-05 01:33:34 -0400
commiteced1372fdc357db7a1124a8afb1928e26d0c94a (patch)
tree18010b63d1864137194c55e6c9583d0e2a4e2e47 /PKGBUILD
parentb3fb0df9841ca58af3c7e9c7a86d03b6703a0901 (diff)
downloadaur-eced1372fdc357db7a1124a8afb1928e26d0c94a.tar.gz
fix PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8270c7b3fad..4a355a8f8c82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyakm
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Simple GUI to manage arch linux kernels"
arch=('x86_64')
url="https://github.com/pssncp142/pyakm"
@@ -27,5 +27,5 @@ package(){
install -D -m644 data/systemd/pyakm-system.service "$pkgdir"/usr/lib/systemd/system/pyakm-system.service
install -D -m644 data/desktop/pyakm.desktop "$pkgdir"/usr/share/applications/pyakm.desktop
install -D -m644 data/desktop/pyakm.png "$pkgdir"/usr/share/pixmaps/pyakm.png
- install -D -m644 data/LICENSE "$pkgdir"/usr/share/licenses/pyakm/LICENSE
+ install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/pyakm/LICENSE
} \ No newline at end of file