summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-11-11 16:18:58 +0530
committerlibrewish2020-11-11 16:18:58 +0530
commit8e35b1d836d8196c53a2df657ccd025eae9ae598 (patch)
treeec08d7b8c26df5fcf982b556e734ea14ae23b9bd
parent8ab21bf6013b4f0cb293c713f43c8e48e075e827 (diff)
downloadaur-libdesq-git.tar.gz
update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14014f1e24b0..f6edd526c982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdesq-git
pkgdesc = The DesQ library to handle X11 protocols, system calls, classes and functions to be used across the DesQ project.
- pkgver = r48.f64f6b0
+ pkgver = r70.070b841
pkgrel = 1
url = https://gitlab.com/DesQ
arch = any
@@ -8,8 +8,6 @@ pkgbase = libdesq-git
license = none
makedepends = git
depends = qt5-base
- depends = qt5-x11extras
- depends = libxcomposite
provides = libdesq
conflicts = libdesq
source = git+https://gitlab.com/Desq/libdesq.git
diff --git a/PKGBUILD b/PKGBUILD
index 762db58213ff..fd84370f05b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_pkgname=libdesq
pkgname=${_pkgname}-git
-pkgver=r48.f64f6b0
+pkgver=r70.070b841
pkgrel=1
pkgdesc="The DesQ library to handle X11 protocols, system calls, classes and functions to be used across the DesQ project."
arch=('any')
url="https://gitlab.com/DesQ"
license=('none')
-depends=('qt5-base' 'qt5-x11extras' 'libxcomposite')
+depends=('qt5-base')
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")