summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bff545df590..c74f24ec2d77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Oct 23 15:18:08 UTC 2016
pkgbase = qt1
pkgdesc = Historical copy of Qt 1, adapted to compile on modern systems (circa. 2016)
pkgver = 1.45
@@ -10,8 +8,8 @@ pkgbase = qt1
license = custom:Qt Free Edition License
depends = libx11
depends = libxext
- source = https://github.com/KDE/qt1/archive/78811a56cc111d17f42221566e7e4430d5de8d40.zip
- sha256sums = 7a43fd9d30af8f07f94e6cbfee13b257b1ab6261c1b25f4a880e9eda033351d0
+ source = https://github.com/KDE/qt1/archive/78811a56cc111d17f42221566e7e4430d5de8d40.tar.gz
+ sha256sums = cf745bb7a40f4fe2c830f3ece3133853eb5d99280e6b108852c4655e83fa30af
pkgname = qt1
diff --git a/PKGBUILD b/PKGBUILD
index 2c7e33ad7a20..c90a3e0c817f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/KDE/qt1"
license=("custom:Qt Free Edition License")
depends=("libx11" "libxext") # TODO : Fill
_commit="78811a56cc111d17f42221566e7e4430d5de8d40"
-source=("https://github.com/KDE/$pkgname/archive/$_commit.zip")
-sha256sums=('7a43fd9d30af8f07f94e6cbfee13b257b1ab6261c1b25f4a880e9eda033351d0')
+source=("https://github.com/KDE/$pkgname/archive/$_commit.tar.gz")
+sha256sums=('cf745bb7a40f4fe2c830f3ece3133853eb5d99280e6b108852c4655e83fa30af')
prepare() {
cd $srcdir/$pkgname-$_commit