summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-01-06 00:28:22 +0100
committerMartin T. H. Sandsmark2021-01-06 00:28:22 +0100
commit1dafac26b8e426d05112ffa577403271be404f39 (patch)
treef58093001c4309b2579b18cb215f39b078203094
parentd5c21825cfec6d30b2b975ebd9907a3573ae3d76 (diff)
downloadaur-1dafac26b8e426d05112ffa577403271be404f39.tar.gz
qt2 is actually gplv2, only qt1 was the custom license
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6616ad12612f..dfed307f1779 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = qt2-git
pkgdesc = Porting Qt2 to modern cmake to use it for KDE 2 port
- pkgver = 2.3.2.r42.c477567
+ pkgver = 2.3.2.r51.cd8f9ec
pkgrel = 1
- url = https://github.com/heliocastro/qt2
+ url = https://github.com/sandsmark/qt2
arch = i686
arch = x86_64
- license = custom:Qt Free Edition License
+ license = GPL2
makedepends = git
makedepends = cmake
makedepends = byacc
@@ -19,7 +19,7 @@ pkgbase = qt2-git
depends = glu
provides = qt2
conflicts = qt2
- source = git+https://github.com/heliocastro/qt2.git
+ source = git+https://github.com/sandsmark/qt2.git
sha256sums = SKIP
pkgname = qt2-git
diff --git a/PKGBUILD b/PKGBUILD
index fe24159073a8..c4ed5e961bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=qt2-git
_pkgname=qt2
-pkgver=2.3.2.r42.c477567
+pkgver=2.3.2.r51.cd8f9ec
_pkgver=2.3.2
pkgrel=1
pkgdesc="Porting Qt2 to modern cmake to use it for KDE 2 port"
arch=('i686' 'x86_64')
url="https://github.com/sandsmark/qt2"
-license=("custom:Qt Free Edition License")
+license=('GPL2')
depends=('libxft' 'libsm' 'libgl' 'freeglut' 'libmng' 'libjpeg-turbo' 'libxmu' 'glu')
makedepends=('git' 'cmake' 'byacc')
provides=('qt2')