summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2016-10-23 17:18:23 +0200
committerLuca Weiss2016-10-23 17:18:23 +0200
commit7c2906f1b5e92a5ba1c4d11bd33c5ef46b42a990 (patch)
treeb87f7317f9336c1c064c240fd0b9a2f64cd54c83
parentb58c78e956df37359c94c951d9ea7f59cc96e203 (diff)
downloadaur-7c2906f1b5e92a5ba1c4d11bd33c5ef46b42a990.tar.gz
update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8d8ef8aad4a..1bff545df590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 14 16:27:20 UTC 2016
+# 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
diff --git a/PKGBUILD b/PKGBUILD
index d478be061f7f..a169492f5fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ sha256sums=('7a43fd9d30af8f07f94e6cbfee13b257b1ab6261c1b25f4a880e9eda033351d0')
prepare() {
cd $srcdir/$pkgname-$_commit
mkdir -p lib
+ find . -name "*.o" -delete
}
build() {
@@ -26,7 +27,7 @@ build() {
}
_qt1_prefix="opt/qt1"
-_qt1_libdir="$_qt1_prefix/lib64"
+_qt1_libdir="$_qt1_prefix/lib"
_qt1_bindir="$_qt1_prefix/bin"
_qt1_includedir="$_qt1_prefix/include"