summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2023-10-19 09:27:05 +1000
committerMark Blakeney2023-10-19 09:27:05 +1000
commitfc3aa53670d882b86598f5e0c3faa1db7df7221c (patch)
tree36679411d924ae7834bf39baa48369e59ceee78c
parent7aabdb189f74e42ed4cce727bd3d1d790950c0cc (diff)
downloadaur-libinput-gestures.tar.gz
Remove "replaces" variable
-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