Date: Saturday, March 2, 2019 @ 15:41:05 Author: alad Revision: 437371
archrelease: copy trunk to community-x86_64 Added: cmst/repos/community-x86_64/PKGBUILD (from rev 437370, cmst/trunk/PKGBUILD) Deleted: cmst/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-03-02 15:40:58 UTC (rev 437370) +++ PKGBUILD 2019-03-02 15:41:05 UTC (rev 437371) @@ -1,24 +0,0 @@ -# Maintainer: Alad Wenter <a...@archlinux.org> -# Contributor: Andrew Bibb <ajb...@myfairpoint.net> -pkgname=cmst -pkgver=2018.01.06 -pkgrel=1 -pkgdesc="A QT based GUI front end for the connman connection manager" -arch=('x86_64') -url="https://github.com/andrew-bibb/cmst" -license=('custom:MIT') -depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme') -source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz") -sha256sums=('30bb83272284ffac4abda4b190aa3099e72ab67ed5075275dfef38145a040365') - -build() { - cd "$pkgname-$pkgver" - qmake-qt5 DISTRO=arch - make -} - - -package() { - cd "$pkgname-$pkgver" - make INSTALL_ROOT="$pkgdir/" install -} Copied: cmst/repos/community-x86_64/PKGBUILD (from rev 437370, cmst/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-03-02 15:41:05 UTC (rev 437371) @@ -0,0 +1,24 @@ +# Maintainer: Alad Wenter <a...@archlinux.org> +# Contributor: Andrew Bibb <ajb...@myfairpoint.net> +pkgname=cmst +pkgver=2019.01.13 +pkgrel=1 +pkgdesc="A QT based GUI front end for the connman connection manager" +arch=('x86_64') +url="https://github.com/andrew-bibb/cmst" +license=('custom:MIT') +depends=('qt5-base' 'connman' 'libxkbcommon-x11' 'hicolor-icon-theme') +source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz") +sha256sums=('7407aa40ba227463877c86a6729992f7fe8220155d5cd34a9fc5cd9bc5efc6b2') + +build() { + cd "$pkgname-$pkgver" + qmake-qt5 DISTRO=arch + make +} + + +package() { + cd "$pkgname-$pkgver" + make INSTALL_ROOT="$pkgdir/" install +}