summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4298e7c7acd..dcbcf1fd9d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = picom-arian8j2-git
- pkgdesc = Arian8j2's picom fork with everything from jonaburg's fork plus a patch for rounded corners and shadows
+pkgbase = picom-jonaburg-fix
+ pkgdesc = jonaburg's fork plus a patch for rounded corners and shadows
pkgver = 0.1
- pkgrel = 1
- url = https://github.com/Arian8j2/picom
+ pkgrel = 2
+ url = https://github.com/Arian8j2/picom-jonaburg-fix
arch = i686
arch = x86_64
license = MIT
@@ -38,7 +38,7 @@ pkgbase = picom-arian8j2-git
conflicts = compton-git
conflicts = picom
conflicts = picom-git
- source = picom::git+https://github.com/Arian8j2/picom.git
+ source = picom::git+https://github.com/Arian8j2/picom-jonaburg-fix.git
md5sums = SKIP
-pkgname = picom-arian8j2-git
+pkgname = picom-jonaburg-fix
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}"