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 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")