summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-03-15 02:03:31 +0100
committerMichal Wojdyla2021-03-15 02:03:31 +0100
commit57817b2835332fd51ba59380baf4af2b2f4252d1 (patch)
tree64100d9c78f75df5e534938f9ec1863b4ffdbc0b
parent9578c38e011773bd58c3daa92976ef53800e95ad (diff)
downloadaur-57817b2835332fd51ba59380baf4af2b2f4252d1.tar.gz
fix license issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e4a8365508c..f9504434d30b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apwal
pkgdesc = Apwal is a simple application launcher for Linux together with a powerful editor.
pkgver = 0.4.5
- pkgrel = 2
+ pkgrel = 3
url = http://apwal.free.fr
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 059f62b1f676..203a80e4780a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,12 @@
#
pkgname=apwal
pkgver=0.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="Apwal is a simple application launcher for Linux together with a powerful editor. "
url="http://apwal.free.fr"
-license="GPL"
+license=("GPL")
arch=('i686' 'x86_64')
depends=('gtk2')
-makedepends=()
-conflicts=()
-replaces=()
-backup=()
-install=
source=("http://apwal.free.fr/download/$pkgname-$pkgver.tar.gz")
md5sums=('2f15a1a680f842d8373a1c2725b53130')