summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e229053c9ecd..d8d8ef8aad4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 14 15:28:24 UTC 2016
+# Fri Oct 14 16:27:20 UTC 2016
pkgbase = qt1
pkgdesc = Historical copy of Qt 1, adapted to compile on modern systems (circa. 2016)
pkgver = 1.45
@@ -8,6 +8,8 @@ pkgbase = qt1
arch = i686
arch = x86_64
license = custom:Qt Free Edition License
+ depends = libx11
+ depends = libxext
source = https://github.com/KDE/qt1/archive/78811a56cc111d17f42221566e7e4430d5de8d40.zip
sha256sums = 7a43fd9d30af8f07f94e6cbfee13b257b1ab6261c1b25f4a880e9eda033351d0
diff --git a/PKGBUILD b/PKGBUILD
index a9baf61760cc..d478be061f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Historical copy of Qt 1, adapted to compile on modern systems (circa. 2
arch=('i686' 'x86_64')
url="https://github.com/KDE/qt1"
license=("custom:Qt Free Edition License")
-depends=("") # TODO : Fill
+depends=("libx11" "libxext") # TODO : Fill
_commit="78811a56cc111d17f42221566e7e4430d5de8d40"
source=("https://github.com/KDE/$pkgname/archive/$_commit.zip")
sha256sums=('7a43fd9d30af8f07f94e6cbfee13b257b1ab6261c1b25f4a880e9eda033351d0')