diff options
author | Peter Mattern | 2020-04-06 22:57:10 +0200 |
---|---|---|
committer | Peter Mattern | 2020-04-06 22:57:10 +0200 |
commit | 6d07789c11c7956ab4c28c744761c9bbd5cf3079 (patch) | |
tree | 71f721903fc68d79f34b27c0ae6b7cba7f15c1d2 | |
parent | 12cca9fa70ffea099810a4c906bb42e72445dd60 (diff) | |
download | aur-6d07789c11c7956ab4c28c744761c9bbd5cf3079.tar.gz |
Update dependencies
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = qps-git pkgdesc = Qt process manager - pkgver = r37.3e80692 + pkgver = 2.0.0.81.g057cf16 pkgrel = 1 url = https://github.com/lxqt/qps arch = i686 @@ -9,8 +9,10 @@ pkgbase = qps-git makedepends = git makedepends = cmake makedepends = qt5-tools + makedepends = lxqt-build-tools-git depends = qt5-x11extras depends = gtk-update-icon-cache + depends = liblxqt-git provides = qps conflicts = qps source = git+https://github.com/lxqt/qps.git @@ -2,14 +2,14 @@ _pkgname=qps pkgname=$_pkgname-git -pkgver=r37.3e80692 +pkgver=2.0.0.81.g057cf16 pkgrel=1 pkgdesc='Qt process manager' arch=('i686' 'x86_64') url='https://github.com/lxqt/qps' license=('GPL') -depends=('qt5-x11extras' 'gtk-update-icon-cache') -makedepends=('git' 'cmake' 'qt5-tools') +depends=('qt5-x11extras' 'gtk-update-icon-cache' 'liblxqt-git') +makedepends=('git' 'cmake' 'qt5-tools' 'lxqt-build-tools-git') provides=("$_pkgname") conflicts=("$_pkgname") source=("git+https://github.com/lxqt/qps.git") @@ -17,7 +17,7 @@ sha256sums=("SKIP") pkgver() { cd $_pkgname - printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" + git describe --always | sed 's:-:.:g' } build() { |