summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouis Taylor2019-08-30 21:27:35 +0100
committerLouis Taylor2019-08-30 21:35:23 +0100
commitbe8b33f3e20ecb55ea24a92402b2f038660fca22 (patch)
tree1df328cb25ac7a2e5ae0dcca75c6373a5b53120b
parentabc72de4634a8906ed86344271ae080ec355174f (diff)
downloadaur-be8b33f3e20ecb55ea24a92402b2f038660fca22.tar.gz
Switch fork
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebc48806f2b4..a2431acb05ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
-pkgbase = compton-git
- pkgdesc = X Compositor (a fork of xcompmgr-dana) (git-version)
- pkgver = 1151_Next.23.g6ac5062_2019.07.27
+pkgbase = compton-rounded-corners
+ pkgdesc = X Compositor (a fork of xcompmgr-dana) (with rounded corners patch)
+ pkgver = 1186_Next.58.g0359abe_2019.08.30
pkgrel = 1
- epoch = 2
- url = https://github.com/yshui/compton
+ url = https://github.com/sdhand/compton
arch = i686
arch = x86_64
license = MIT
@@ -32,8 +31,8 @@ pkgbase = compton-git
optdepends = python: For compton-convgen.py
provides = compton
conflicts = compton
- source = git+https://github.com/yshui/compton.git#branch=next
+ source = git+https://github.com/sdhand/compton.git#branch=next
md5sums = SKIP
-pkgname = compton-git
+pkgname = compton-rounded-corners
diff --git a/PKGBUILD b/PKGBUILD
index dd3cba2cc27d..cd42ce49f9ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
+# Maintainer: Louis Taylor <louis@kragniz.eu>
+# Contributor: WorMzy Tykashi <wormzy.tykashi@gmail.com>
# Contributor: OK100 <ok100 at lavabit dot com>
# Contributor: Valère Monseur <valere dot monseur at ymail dot com>
-pkgname=compton-git
+pkgname=compton-rounded-corners
_gitname=compton
-epoch=2
-pkgver=1151_Next.23.g6ac5062_2019.07.27
+pkgver=1186_Next.58.g0359abe_2019.08.30
pkgrel=1
-pkgdesc="X Compositor (a fork of xcompmgr-dana) (git-version)"
+pkgdesc="X Compositor (a fork of xcompmgr-dana) (with rounded corners patch)"
arch=(i686 x86_64)
-url="https://github.com/yshui/compton"
+url="https://github.com/sdhand/compton"
license=('MIT' 'MPL2')
depends=('libgl' 'libev' 'pcre' 'libx11' 'xcb-util-renderutil' 'libxcb' 'xcb-util-image' 'libxext'
'pixman' 'libconfig' 'libdbus' 'hicolor-icon-theme' 'libxdg-basedir')
@@ -20,7 +20,7 @@ optdepends=('dbus: To control compton via D-Bus'
'python: For compton-convgen.py')
provides=('compton')
conflicts=('compton')
-source=(git+"https://github.com/yshui/compton.git#branch=next")
+source=(git+"https://github.com/sdhand/compton.git#branch=next")
md5sums=("SKIP")
pkgver() {