summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Mac Kenzie2021-12-21 20:21:33 +0200
committerJulian Mac Kenzie2021-12-21 20:21:33 +0200
commit4ce809c46182c8004a5111449ef7afe1fab0df5c (patch)
tree51ef5a0f38bacba65d8d40ec3c1598edc15fca98 /PKGBUILD
parent5920410c23345ef710e5d34d6e877e70f4dcc403 (diff)
downloadaur-4ce809c46182c8004a5111449ef7afe1fab0df5c.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61acccc52058..67e91a72e8b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Julian Mac Kenzie <jukiangm@gmail.com>
_gitfolder="picom"
-pkgname=picom-arian8j2-git
+pkgname=picom-jonaburg-fix
pkgver=0.1
-pkgrel=1
-pkgdesc="Arian8j2's picom fork with everything from jonaburg's fork plus a patch for rounded corners and shadows"
+pkgrel=2
+pkgdesc="jonaburg's fork plus a patch for rounded corners and shadows"
arch=(i686 x86_64)
-url="https://github.com/Arian8j2/picom"
+url="https://github.com/Arian8j2/picom-jonaburg-fix"
license=('MIT' 'MPL2')
depends=('libconfig' 'libev' 'libxdg-basedir' 'pcre' 'pixman' 'xcb-util-image' 'xcb-util-renderutil' 'hicolor-icon-theme' 'libglvnd' 'libx11' 'libxcb' 'libxext' 'libdbus')
makedepends=('git' 'meson' 'ninja' 'gcc' 'asciidoc' 'uthash')
@@ -15,7 +15,7 @@ optdepends=('dbus: To control picom via D-Bus'
'python: For picom-convgen.py')
provides=('compton' 'compton-git' 'picom' 'picom-git')
conflicts=('compton' 'compton-git' 'picom' 'picom-git')
-source=("${_gitfolder}::git+https://github.com/Arian8j2/picom.git")
+source=("${_gitfolder}::git+https://github.com/Arian8j2/picom-jonaburg-fix.git")
md5sums=("SKIP")
build() {
cd "${srcdir}/${_gitfolder}"