summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67e231fb0f2a..9a3d8f0b684e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = libinput-gestures
optdepends = wmctrl: required for _internal command, as per default configuration
optdepends = xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps
conflicts = libinput-gestures-git
- replaces = libinput-gestures-git
backup = etc/libinput-gestures.conf
source = libinput-gestures-2.76.tar.gz::https://github.com/bulletmark/libinput-gestures/archive/2.76.tar.gz
md5sums = f3362177ea41e4b93f802592055d64f0
diff --git a/PKGBUILD b/PKGBUILD
index 95b86997cb6a..05ecca30c820 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ depends=("python>=3.5" "libinput" "hicolor-icon-theme")
optdepends=("wmctrl: required for _internal command, as per default configuration"
"xdotool: simulates keyboard and mouse actions for Xorg or XWayland based apps")
conflicts=("$pkgname-git")
-replaces=("$pkgname-git")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
install=install.sh