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 a72fec3137c5..455b464fe028 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lf-git
pkgdesc = lf is a terminal file manager written in Go
pkgver = r27.19561f6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gokcehan/lf
arch = i686
arch = x86_64
- license = GPL2
+ license = MIT
makedepends = git
makedepends = go>=1.6
provides = lf
diff --git a/PKGBUILD b/PKGBUILD
index 1066904e5a83..76f6c709b7e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=lf-git
_pkgname=lf
pkgver=r27.19561f6
-pkgrel=1
-license=('GPL2')
+pkgrel=2
+license=('MIT')
pkgdesc='lf is a terminal file manager written in Go'
makedepends=("git" "go>=1.6")
arch=("i686" "x86_64")