makedeb


compix-git 114ac12c2022.01.23-4


an X compositor based on axcomp which is based on xcompmgr, improved to have animations

Click here to go back to the commit logs for compix-git.

Commit:


Hash: c2fe641153d140d9b634d3c4f9fc72891e3388d7

Message: dep fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 45e0f8c..f01e080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,12 @@ generated-by = makedeb
 pkgname = compix-git
 pkgbase = compix-git
 pkgdesc = an X compositor based on axcomp which is based on xcompmgr, improved to have animations
-pkgrel = 3
+pkgrel = 4
 pkgver = 114ac12c2022.01.23
 url = https://github.com/xeome/compix
 arch = amd64
 conflicts = compix
+depends = libconfuse2
 license = custom:keith packard
 makedepends = libxdg-basedir-dev
 makedepends = libconfuse-dev
diff --git a/PKGBUILD b/PKGBUILD
index 87b3e98..6dc02db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
 pkgname=compix-git
 _pkgname=compix
 pkgver=114ac12c2022.01.23
-pkgrel=3
+pkgrel=4
 pkgdesc="an X compositor based on axcomp which is based on xcompmgr, improved to have animations"
 arch=('amd64')
-depends=()
+depends=('libconfuse2')
 makedepends=( 'libxdg-basedir-dev' 'libconfuse-dev' 'libxdamage-dev' 'libxcomposite-dev' 'libxrender-dev')
 optdepends=()
 url="https://github.com/xeome/compix"