summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Baum2020-01-23 17:44:37 +0100
committerDavid Baum2020-01-23 17:44:37 +0100
commit3942bccf259c2d40c36a70d1d966c77ecb3338f7 (patch)
treefb8f09d1b38a9a32922cf449eff9528b1eb4093d /PKGBUILD
parent4159fc24dd8c2012ceb5617f4d8289b18834b16a (diff)
downloadaur-3942bccf259c2d40c36a70d1d966c77ecb3338f7.tar.gz
bump do v1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 7 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 179b4e480795..4e8212611f8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Baum <david.baum@naraesk.eu>
pkgname=plasma5-applets-feedreader
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="System tray support for Feedreader"
arch=('i686' 'x86_64')
@@ -15,20 +15,16 @@ conflicts=()
replaces=()
backup=()
options=()
-install=()
-changelog=()
-source=('https://github.com/naraesk/plasma-feedreader/archive/v1.0.1.tar.gz')
+install=''
+changelog=''
+source=("$pkgname-$pkgver.tar.gz::https://github.com/naraesk/plasma-feedreader/archive/v1.0.2.tar.gz")
noextract=()
-md5sums=('a8224219d5986107626944a25115a533')
+sha256sums=('37399250e18585f18bdc3d2b84ad7bb6ec7a473f248c16665618cd6a32d36d31')
-prepare() {
+build() {
cd plasma-feedreader-${pkgver}
mkdir -p build
-}
-
-build() {
- cd plasma-feedreader-${pkgver}/build
- export QT_SELECT=5
+ cd build
cmake ../ \
-DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` \
-DKDE_INSTALL_LIBDIR=lib \