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: 482701d055c9fdfcd07f54ff6fe96c7db354af30

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index abdd678..7832312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,21 @@
-generated-by = makedeb-makepkg
-
-pkgbase = compix-git
-	pkgdesc = an X compositor based on axcomp which is based on xcompmgr, improved to have animations
-	pkgver = 82022.01.16
-	pkgrel = 1
-	url = https://github.com/xeome/compix
-	arch = x86_64
-	license = custom:keith packard
-	makedepends = libxdg-basedir-dev
-	makedepends = libconfuse-dev
-	provides = compix
-	conflicts = compix
-	source = compix::git+https://github.com/xeome/compix
-	sha512sums = SKIP
-
+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 = 2
+pkgver = 114ac12c2022.01.23
+url = https://github.com/xeome/compix
+arch = amd64
+conflicts = compix
+license = custom:keith packard
+makedepends = libxdg-basedir-dev
+makedepends = libconfuse-dev
+makedepends = libxdamage-dev
+makedepends = libxcomposite-dev
+provides = compix
+source = compix::git+https://github.com/xeome/compix
+sha512sums = SKIP
+makedepends = libxdg-basedir-dev
+makedepends = libconfuse-dev
+makedepends = libxdamage-dev
+makedepends = libxcomposite-dev
diff --git a/PKGBUILD b/PKGBUILD
index 748b02d..08eba61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=compix-git
 _pkgname=compix
-pkgver=82022.01.16
-pkgrel=1
+pkgver=114ac12c2022.01.23
+pkgrel=2
 pkgdesc="an X compositor based on axcomp which is based on xcompmgr, improved to have animations"
-arch=('x86_64')
+arch=('amd64')
 depends=()
-makedepends=( 'libxdg-basedir-dev' 'libconfuse-dev')
+makedepends=( 'libxdg-basedir-dev' 'libconfuse-dev' 'libxdamage-dev' 'libxcomposite-dev')
 optdepends=()
 url="https://github.com/xeome/compix"
 license=('custom:keith packard')
@@ -19,10 +19,10 @@ MAKEFLAGS="-j$(nproc)"
 
 pkgver() {
     cd "${srcdir}/${_pkgname}"
-    _tag=$(git describe --tags | sed -e 's:-:.:g' -e 's:v::') # tag is mobile, and switches between numbers and letters, can't use it for versioning
+    _always=$(git describe --always | sed -e 's:-:.:g' -e 's:v::') # always is mobile, and switches between numbers and letters, can't use it for versioning
     _commits=$(git rev-list --count HEAD | sed 's:-:.:g') # total commits is the most sane way of getting incremental pkgver
     _date=$(git log -1 --date=short --pretty=format:%cd)
-    printf "%s%s%s\n" "${_commits}" "${_tag}" "${_date}" | sed -e 's:-:.:g'  -e 's:_:.:g'
+    printf "%s%s%s\n" "${_commits}" "${_always}" "${_date}" | sed -e 's:-:.:g'  -e 's:_:.:g'
 }
 
 package() {