summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2016-11-19 23:39:34 +0100
committerMichael Straube2016-11-19 23:39:34 +0100
commit8a13ac3a5dbf7200aa795faab89513b06f925a56 (patch)
tree80d3de51705781002fdec300cc922ba7fb21ab18
parent7624712f546cc03f8f5e0f714c0adcd96a087841 (diff)
downloadaur-8a13ac3a5dbf7200aa795faab89513b06f925a56.tar.gz
Fix License
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a71b0d10786..142286a4cec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = eureka
pkgdesc = A map editor for the classic DOOM games
pkgver = 1.11
- pkgrel = 2
+ pkgrel = 3
url = http://eureka-editor.sourceforge.net
arch = i686
arch = x86_64
- license = GPL2
+ license = GPL
depends = fltk
source = https://download.sourceforge.net/eureka-editor/eureka-111-source.tar.gz
source = makefile.patch
diff --git a/PKGBUILD b/PKGBUILD
index 1915ee9ec005..e812c077a89f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=eureka
pkgver=1.11
-pkgrel=2
+pkgrel=3
pkgdesc="A map editor for the classic DOOM games"
arch=('i686' 'x86_64')
url="http://eureka-editor.sourceforge.net"
-license=('GPL2')
+license=('GPL')
depends=('fltk')
source=("https://download.sourceforge.net/eureka-editor/eureka-111-source.tar.gz"
"makefile.patch")