makedeb
tryones patched fork of compton with kawase blur
Click here to go back to the commit logs for compton-tryone-git.
Hash: 351bc45595b44bba191b2c9fba47780df5e96175
Message: added replace function
diff --git a/.SRCINFO b/.SRCINFO
index 7c3f706..89a351e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+generated-by = makedeb-makepkg
+
pkgbase = compton-tryone-git
pkgdesc = tryones patched fork of compton with kawase blur
pkgver = 0.1.beta2.99.g6e49259
@@ -53,6 +55,7 @@ pkgbase = compton-tryone-git
optdepends = xorg-xprop: For compton-trans
provides = compton
conflicts = compton
+ replaces = compton
source = git://github.com/tryone144/compton.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 93cc4a5..1f024bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ optdepends=('dbus: To control compton via D-Bus'
'xorg-xprop: For compton-trans')
provides=('compton')
conflicts=('compton')
+replaces=('compton')
source=("git://github.com/tryone144/compton.git")
md5sums=("SKIP")