summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2020-10-06 11:19:35 +0200
committeractionless2020-10-06 11:19:35 +0200
commite11e9fc5e1e8acbc87563ceb81c97bb050154c39 (patch)
treed57952e48c5af86dd4ea7ade83ea5debc87b14e1 /PKGBUILD
parent2cbb8946a052a1e97af903cb30b9f89b1be1a2ed (diff)
downloadaur-e11e9fc5e1e8acbc87563ceb81c97bb050154c39.tar.gz
fix license entry
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
)