summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34aea9373ac3..dfa5e644cef7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
+# Generated by mksrcinfo v8
+# Sun Aug 7 20:26:17 UTC 2016
pkgbase = obapps
pkgdesc = Graphical tool for configuring application settings in Openbox.
pkgver = 0.1.7
- pkgrel = 4
+ pkgrel = 5
url = http://obapps.sourceforge.net/
arch = any
- license = GPL
+ license = MIT
depends = wxpython2.8
depends = python2-xlib
options = !docs
diff --git a/PKGBUILD b/PKGBUILD
index 1dd17f82cf60..2b6274630455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=obapps
pkgver=0.1.7
-pkgrel=4
+pkgrel=5
pkgdesc="Graphical tool for configuring application settings in Openbox."
arch=('any')
url="http://obapps.sourceforge.net/"
-license=('GPL')
+license=('MIT')
depends=('wxpython2.8' 'python2-xlib')
options=(!docs)
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.gz"