Date: Thursday, February 9, 2017 @ 08:13:33 Author: felixonmars Revision: 211408
upgpkg: vibe 0.9.0-1 Modified: vibe/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-09 08:10:43 UTC (rev 211407) +++ PKGBUILD 2017-02-09 08:13:33 UTC (rev 211408) @@ -2,16 +2,18 @@ # Maintainer: Felix Yan <[email protected]> # Contributor: Michael Spencer <[email protected]> -pkgname=libpapyros -pkgver=0.2.0 +pkgname=vibe +pkgver=0.9.0 pkgrel=1 -pkgdesc="Library of common classes for Papyros" +pkgdesc="A collection of core classes used throughout Liri" arch=("i686" "x86_64") -url="https://github.com/papyros/libpapyros" -license=("GPL") -depends=("qt5-base" "qt5-declarative" "kwallet") +url="https://github.com/lirios/vibe" +license=("LGPL") +depends=("fluid" "kwallet" "solid" "networkmanager-qt" "modemmanager-qt" "pulseaudio" "libqtxdg" + "mobile-broadband-provider-info") makedepends=("git" "python" "extra-cmake-modules") -source=("git+https://github.com/papyros/libpapyros.git#tag=v$pkgver") +replaces=('libpapyros') +source=("git+https://github.com/lirios/vibe.git#tag=v$pkgver") sha256sums=('SKIP') prepare() {
