makedeb


urxvt-config-git 1f5140f92017.11.30-2


A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.

Click here to go back to the commit logs for urxvt-config-git.

Commit:


Hash: e4a95bab851ef8e93906552d99bcb86da5700e0f

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1c0e4ed..9a3b268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = urxvt-config-git
 	depends = libqt5charts5
 	provides = urxvt-config-git
 	conflicts = urxvt-config-git
-	replaces = urxvt-config-git
 	source = git+https://github.com/daedreth/URXVTConfig.git#branch=master
 	md5sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 19fc104..3490254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ makedepends=('qt5-qmake' 'libqt5charts5-dev')
 optdepends=()
 conflicts=($pkgname)
 provides=($pkgname)
-replaces=($pkgname)
+# replaces=($pkgname)
 source=(git+"https://github.com/daedreth/${_gitname}.git#branch=master")
 md5sums=("SKIP")