summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2024-03-17 12:05:34 +0100
committeractionless2024-03-17 12:05:34 +0100
commitcc487f03f33e5e26256ba2dafd130200baa60f1a (patch)
treea6cf7e22277cc16d8e2574b62ac86f91660729df
parent1481a7be92a593516130caf4aa67fa38b534204a (diff)
downloadaur-gliv.tar.gz
fix license name
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f75e347909b..8bd9c5ab1df1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = gliv
pkgdesc = OpenGL image viewer
pkgver = 1.9.7
- pkgrel = 5
+ pkgrel = 6
url = http://guichaz.free.fr/gliv/
- arch = i686
arch = x86_64
- license = GPL
+ arch = i686
+ license = GPL2
depends = gtkglext
source = http://guichaz.free.fr/gliv/files/gliv-1.9.7.tar.bz2
sha1sums = b040a08ac81d17e7dd872d67662378f4f95f7820
pkgname = gliv
-
diff --git a/PKGBUILD b/PKGBUILD
index 91e236bc6aa4..366921fbb74e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
# Contributor: Ewoud Nuyts <ewoud.nuyts@gmail.com>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
+# Maintainer: Actionless Loveless <actionless DOT loveless PLUS aur AT gmail MF com>
pkgname=gliv
pkgver=1.9.7
-pkgrel=5
+pkgrel=6
pkgdesc='OpenGL image viewer'
-arch=('i686' 'x86_64')
+arch=(x86_64 i686)
url='http://guichaz.free.fr/gliv/'
-license=('GPL')
+license=('GPL2')
depends=('gtkglext')
source=("http://guichaz.free.fr/gliv/files/$pkgname-$pkgver.tar.bz2")
sha1sums=('b040a08ac81d17e7dd872d67662378f4f95f7820')