summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffe55f376e84..95a6325de0d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Darvin Delgado <dnmodder@gmail.com>
pkgname=oversteer
-pkgver=0.4
+pkgver=0.4.1
pkgrel=1
pkgdesc="Graphical application to configure Logitech Wheels."
arch=("any")
@@ -9,7 +9,7 @@ license=('GPL3')
depends=("python" "python-gobject" "python-pyudev" "python-evdev" "python-xdg" "gettext" "appstream-glib" "desktop-file-utils")
makedepends=("meson")
source=("$pkgname-$pkgver.tar.gz::https://github.com/berarma/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=("7e8a11a6b3a57ecb21484d75b2e60e551ee8fa172f830b75f92b787aebce3bcb")
+sha256sums=("489d0eff421e0456a8d2ec2f0b504ca75cd2622bb62d0d61f121ae388810e4d0")
build() {
cd "$pkgname-$pkgver"