summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-09-28 10:03:46 +0200
committerMartin T. H. Sandsmark2020-09-28 10:03:46 +0200
commit3a62b73e8405679506ac23c1ebee61fa08387e19 (patch)
tree0c856e93c339079621460396f3d383a6627022a2
parente0908409a48ab25d4862937df9bcb6d2834098ed (diff)
downloadaur-qt1-git.tar.gz
update URLs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd484974d82..11fae6383fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qt1-git
pkgdesc = Historical copy of Qt 1, adapted to compile on modern systems (circa. 2016)
- pkgver = 1.1.2r12.c6fc7ef
+ pkgver = 1.1.2r13.dc8a8d6
pkgrel = 1
- url = https://quickgit.kde.org/?p=qt1.git
+ url = https://invent.kde.org/historical/qt1
arch = i686
arch = x86_64
groups = kde1
@@ -14,7 +14,7 @@ pkgbase = qt1-git
depends = gcc-libs
provides = qt1
conflicts = qt1
- source = git+https://github.com/heliocastro/qt1.git
+ source = git+https://invent.kde.org/historical/qt1.git
md5sums = SKIP
pkgname = qt1-git
diff --git a/PKGBUILD b/PKGBUILD
index d5a63828e7bb..fa90c5798f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Martin Sandsmark <martin.sandsmark@kde.org>
pkgname=qt1-git
-pkgver=1.1.2r12.c6fc7ef
+pkgver=1.1.2r13.dc8a8d6
pkgrel=1
pkgdesc="Historical copy of Qt 1, adapted to compile on modern systems (circa. 2016)"
arch=('i686' 'x86_64')
-url="https://quickgit.kde.org/?p=qt1.git"
+url="https://invent.kde.org/historical/qt1"
license=("custom:Qt Free Edition License")
groups=('kde1')
depends=('libxext' 'gcc-libs')
makedepends=('cmake' 'git' 'byacc')
provides=('qt1')
conflicts=('qt1')
-source=("git+https://github.com/heliocastro/qt1.git")
+source=("git+https://invent.kde.org/historical/qt1.git")
md5sums=('SKIP')
pkgver() {