summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens L. NedregÄrd2018-12-28 22:45:21 +0100
committerJens L. NedregÄrd2018-12-28 22:45:21 +0100
commite4449d7b937a1e101f71492fd57bb5378275f4e0 (patch)
treefd1cac754c543a1a0f5ad19ff9b311b2cabeb7ad
parentb4991d2f26e047e6ccc2e9a02f92aa8d694c3132 (diff)
downloadaur-e4449d7b937a1e101f71492fd57bb5378275f4e0.tar.gz
Correct pkgver from GPL to GPL3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e903c77285b0..9ca7dba3adfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = lsix
pkgrel = 1
url = https://github.com/hackerb9/lsix
arch = any
- license = GPL
+ license = GPL3
depends = imagemagick
source = https://raw.githubusercontent.com/hackerb9/lsix/1.6.0/lsix
md5sums = 81c35c972f102d8b752ff063fc7cfbeb
diff --git a/PKGBUILD b/PKGBUILD
index 36e7f39469d1..fbf3eb2ccaca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.'
arch=("any")
url="https://github.com/hackerb9/lsix"
-license=('GPL')
+license=('GPL3')
depends=(imagemagick)
source=("https://raw.githubusercontent.com/hackerb9/$pkgname/$pkgver/$pkgname")
md5sums=('81c35c972f102d8b752ff063fc7cfbeb')