summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus Fillipe2022-10-23 18:09:10 -0300
committerMatheus Fillipe2022-10-23 18:09:10 -0300
commit9337123b9c011e229ccdecdbcf90143460fe2698 (patch)
tree5e8eded7c6ebc05c3cb9cc57f088609650419bb0
parent7700b3198e098f45d4a294bbf6d879d26605d599 (diff)
downloadaur-9337123b9c011e229ccdecdbcf90143460fe2698.tar.gz
Update to v1.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d315217ed40..180eb3db78f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = warpd-wayland
pkgdesc = A small X program which facilitates recursively warping the pointer to different quadrants on the screen.
- pkgver = v1.3.3
+ pkgver = v1.3.4
pkgrel = 1
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = warpd-wayland
conflicts = warpd
conflicts = warpd-wayland-git
options = !buildflags
- source = warpd-wayland.tar.gz::https://github.com/rvaiya/warpd/archive/refs/tags/v1.3.3.zip
- md5sums = c98c0ff317384cb451a38a34b202ef3a
+ source = warpd-wayland.tar.gz::https://github.com/rvaiya/warpd/archive/refs/tags/v1.3.4.zip
+ md5sums = d5bdc7dc052ca83ce4635d6cb0cedec3
pkgname = warpd-wayland
diff --git a/PKGBUILD b/PKGBUILD
index 9ecc0ae83284..8ae74fc92b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer mattf <matheusfillipeag@gmail.com>
pkgname=warpd-wayland
-pkgver=v1.3.3
+pkgver=v1.3.4
_gitname=warpd
pkgrel=1
pkgdesc="A small X program which facilitates recursively warping the pointer to different quadrants on the screen."
@@ -16,7 +16,7 @@ source=(
)
options=("!buildflags")
-md5sums=('c98c0ff317384cb451a38a34b202ef3a')
+md5sums=('d5bdc7dc052ca83ce4635d6cb0cedec3')
build () {
cd "${pkgname}-${pkgver/v/}"