summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')