summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-03-26 22:39:59 +0530
committerlibrewish2020-03-26 22:39:59 +0530
commitb8553ff52ccaceef26ed30c11cbbd8e221bd6093 (patch)
tree26267a6d0887e1dc9ed10e94677e4e6c0e636290
parenta3c8c27d79a6ced52ad4bdf1e67e85fa1fa6bd9a (diff)
downloadaur-b8553ff52ccaceef26ed30c11cbbd8e221bd6093.tar.gz
add lbdesq as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa4dd3220c1..c0beedfc4249 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corestuff-git
pkgdesc = An activity viewer from the CoreApps family.
- pkgver = 2.8.0.r4.fe22446
+ pkgver = 2.8.0.r33.e34954b
pkgrel = 1
url = https://gitlab.com/cubocore
arch = any
@@ -10,6 +10,7 @@ pkgbase = corestuff-git
depends = qt5-x11extras
depends = libcprime-git
depends = libcsys-git
+ depends = libdesq-git
provides = corestuff
conflicts = corestuff
source = git+https://gitlab.com/cubocore/corestuff.git
diff --git a/PKGBUILD b/PKGBUILD
index 67a044606f85..d7bbbb713243 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=corestuff
pkgname=${_pkgname}-git
-pkgver=2.8.0.r4.fe22446
+pkgver=2.8.0.r33.e34954b
pkgrel=1
pkgdesc="An activity viewer from the CoreApps family."
arch=('any')
url="https://gitlab.com/cubocore"
license=('GPL3')
-depends=('qt5-x11extras' 'libcprime-git' 'libcsys-git')
+depends=('qt5-x11extras' 'libcprime-git' 'libcsys-git' 'libdesq-git')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")