summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Pagani2016-09-14 18:01:10 +0200
committerBruno Pagani2016-09-14 18:01:10 +0200
commit715b7e3bf2ad8a894d74b9177cb2e8f58cbbe6ef (patch)
treec20b21e2fcb0e8641b188a7cb56fe03e5ac82502
parentbbaf478871110abe76b5dd7895c585bb31c82fbe (diff)
downloadaur-715b7e3bf2ad8a894d74b9177cb2e8f58cbbe6ef.tar.gz
upgpkg: spectacle-light 16.08.1-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9fad11bc931..a2b97df3221f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spectacle
pkgdesc = KDE screenshot capture utility, without purpose
- pkgver = 16.04.3
+ pkgver = 16.08.1
pkgrel = 1
url = https://www.kde.org/applications/graphics/
arch = i686
@@ -21,8 +21,8 @@ pkgbase = spectacle
conflicts = spectacle
replaces = kdegraphics-ksnapshot
replaces = kscreengenie
- source = http://download.kde.org/stable/applications/16.04.3/src/spectacle-16.04.3.tar.xz
- sha256sums = 9c5cd301359159c46ee0ba897e1e96c797677ccf283d823a2092979b92a6aa5f
+ source = http://download.kde.org/stable/applications/16.08.1/src/spectacle-16.08.1.tar.xz
+ sha256sums = 08b157c8b3ea48e6c1f2d5c00c3f85e27db443920ee5d5f66e8c53da8b9a2f29
pkgname = spectacle-light
diff --git a/PKGBUILD b/PKGBUILD
index 05f10b09fb76..35a192716333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=spectacle
pkgname=spectacle-light
-pkgver=16.04.3
+pkgver=16.08.1
pkgrel=1
pkgdesc="KDE screenshot capture utility, without purpose"
arch=(i686 x86_64)
@@ -16,7 +16,7 @@ replaces=(kdegraphics-ksnapshot kscreengenie)
provides=(spectacle)
groups=(kde-applications kdegraphics)
source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz")
-sha256sums=('9c5cd301359159c46ee0ba897e1e96c797677ccf283d823a2092979b92a6aa5f')
+sha256sums=('08b157c8b3ea48e6c1f2d5c00c3f85e27db443920ee5d5f66e8c53da8b9a2f29')
prepare() {
mkdir -p build
@@ -27,7 +27,7 @@ build() {
cmake "../${pkgbase}-${pkgver}" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF
make
}