summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-03-07 14:28:22 +0530
committerlibrewish2020-03-07 14:28:22 +0530
commit880d1a7627f46fa41b82c78b1325d4415974055a (patch)
tree69908c323e306152cef4f97b02edbe855884d6c0
parentf1450d883df765a5a72b1af2193458c0695e1393 (diff)
downloadaur-880d1a7627f46fa41b82c78b1325d4415974055a.tar.gz
small changes
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8c8662f63fe..065e662e7964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = desq-shell-git
pkgdesc = The Desktop Shell for Desq
- pkgver = r42.1d4014d
+ pkgver = r44.46c4cf9
pkgrel = 1
url = https://gitlab.com/DesQ
arch = any
@@ -10,6 +10,7 @@ pkgbase = desq-shell-git
depends = libdesq-git
depends = pam
depends = qt5-svg
+ depends = libcsys-git
provides = desq-shell
conflicts = desq-shell
source = git+https://gitlab.com/Desq/Shell.git
diff --git a/PKGBUILD b/PKGBUILD
index b69350a95df3..4515f1763e16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=Shell
pkgname=desq-shell-git
-pkgver=r42.1d4014d
+pkgver=r44.46c4cf9
pkgrel=1
pkgdesc="The Desktop Shell for Desq"
arch=('any')
url="https://gitlab.com/DesQ"
license=('none')
-depends=('libdesq-git' 'pam' 'qt5-svg')
+depends=('libdesq-git' 'pam' 'qt5-svg' 'libcsys-git')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")