summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDarvin Delgado2020-02-09 22:23:04 -0400
committerDarvin Delgado2020-02-09 22:23:04 -0400
commitea91ddbecb2d6826111d996349bb34f22140b172 (patch)
tree47752f2cc055c60327947f6f51a155cb039480bc /PKGBUILD
parent86ca277abf4ce2a0acd1d4546800738c11bbfe5c (diff)
downloadaur-ea91ddbecb2d6826111d996349bb34f22140b172.tar.gz
v0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index adb4994e484b..ffe55f376e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Darvin Delgado <dnmodder@gmail.com>
pkgname=oversteer
-pkgver=0.3.1
-pkgrel=2
+pkgver=0.4
+pkgrel=1
pkgdesc="Graphical application to configure Logitech Wheels."
arch=("any")
url="https://github.com/berarma/oversteer"
license=('GPL3')
depends=("python" "python-gobject" "python-pyudev" "python-evdev" "python-xdg" "gettext" "appstream-glib" "desktop-file-utils")
-optdepends=("jstest-gtk-git: Test the steering wheel")
makedepends=("meson")
-source=("https://github.com/berarma/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=("b61ff5f54a4fa55407cd9a5f2c190af9f17d26bfbbfccb1782da7dccf9d53741")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/berarma/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=("7e8a11a6b3a57ecb21484d75b2e60e551ee8fa172f830b75f92b787aebce3bcb")
build() {
cd "$pkgname-$pkgver"