summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ba9359eca8c..439f94313839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = geh-git
pkgdesc = A simple command line image viewer written in C/GTK3 with various nice features.
pkgver = 0.4.0.r9.g26bfe3a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/software-revive/geh-rv
arch = x86_64
arch = i686
- license = GPL3
+ license = MIT
makedepends = git
depends = gtk3
provides = geh
diff --git a/PKGBUILD b/PKGBUILD
index ec4fd96cbe24..b314dd8938f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=geh-git
pkgver=0.4.0.r9.g26bfe3a
-pkgrel=1
+pkgrel=2
pkgdesc="A simple command line image viewer written in C/GTK3
with various nice features."
arch=('x86_64' 'i686')
url="https://github.com/software-revive/geh-rv"
-license=('GPL3')
+license=('MIT')
source=(
"geh::git+${url}.git#branch=master"
)