makedeb
A window switcher, run dialog and dmenu replacement
Click here to go back to the commit logs for rofi-git.
Hash: 02a1f4e9c4d52bf1a50acbe58b8bb84e84a065b2
Message: removed replaces function
diff --git a/.SRCINFO b/.SRCINFO
index 71e9959..93fe26e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -42,7 +42,6 @@ pkgbase = rofi-git
depends = libxcb-xinerama0-dev
provides = rofi
conflicts = rofi
- replaces = rofi
source = git+https://github.com/DaveDavenport/rofi#branch=next
source = git+https://github.com/sardemff7/libgwater
source = git+https://github.com/sardemff7/libnkutils
diff --git a/PKGBUILD b/PKGBUILD
index fdae1f3..a044e46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git' 'meson' 'flex' 'bison' 'ninja-build')
checkdepends=('check')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-replaces=("${_pkgname}")
+# replaces=("${_pkgname}")
source=(
'git+https://github.com/DaveDavenport/rofi#branch=next'
'git+https://github.com/sardemff7/libgwater'