summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2016-10-23 17:22:38 +0200
committerLuca Weiss2016-10-23 17:22:38 +0200
commit2821b3035319de3122ad502af013ed85c4abef7f (patch)
tree3094e52012c083a2f5e341c5d04817008a537b27
parent5e03b5e664c14c52045f75df2313e02dda8b9364 (diff)
downloadaur-2821b3035319de3122ad502af013ed85c4abef7f.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37f1e1731ec4..cfea18001fc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 16 17:36:01 UTC 2016
+# Sun Oct 23 15:22:28 UTC 2016
pkgbase = kde1-kdetoys
pkgdesc = Historical copy of the toys module of KDE 1, adapted to compile on modern systems (circa. 2016)
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/KDE/kde1-kdetoys
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = kde1-kdetoys
makedepends = cmake
depends = qt1
depends = kde1-kdelibs
- source = https://github.com/z3ntu/kde1-kdetoys/archive/b57e80c105e3c1269c23b438e9be3974ef60c943.zip
- sha256sums = ce5233e61fd313b3582958e0655131f44b06103c6e382634e915ffb980f3eaeb
+ source = https://github.com/z3ntu/kde1-kdetoys/archive/16f863f984ead0f72fdbfb05062e3e603b0e674b.zip
+ sha256sums = cc7d6a843f13b332a5da111f165756f4c8345b6a8940ef3b04c1325f4116e5de
pkgname = kde1-kdetoys
diff --git a/PKGBUILD b/PKGBUILD
index 6febb1a03b40..10bf01ffa085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kde1-kdetoys
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Historical copy of the toys module of KDE 1, adapted to compile on modern systems (circa. 2016)"
arch=('i686' 'x86_64')
url="https://github.com/KDE/kde1-kdetoys"
@@ -10,9 +10,9 @@ license=("GPL2")
groups=("kde1")
depends=("qt1" "kde1-kdelibs")
makedepends=("cmake")
-_commit="b57e80c105e3c1269c23b438e9be3974ef60c943"
+_commit="16f863f984ead0f72fdbfb05062e3e603b0e674b"
source=("https://github.com/z3ntu/$pkgname/archive/$_commit.zip")
-sha256sums=('ce5233e61fd313b3582958e0655131f44b06103c6e382634e915ffb980f3eaeb')
+sha256sums=('cc7d6a843f13b332a5da111f165756f4c8345b6a8940ef3b04c1325f4116e5de')
#prepare() {
# cd $srcdir/$pkgname-$_commit
@@ -23,7 +23,7 @@ build() {
cd $srcdir/$pkgname-$_commit
mkdir -p build
cd build
- cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_LIBRARY_PATH='/opt/kde1/lib64'
+ cmake .. -DCMAKE_INSTALL_PREFIX='/usr' -DCMAKE_LIBRARY_PATH='/opt/kde1/lib'
make
}