summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmy Wilson2020-07-21 16:50:38 +1000
committerAmy Wilson2020-07-21 16:50:38 +1000
commit89dc2a49c91f8dcbc2b517e28d7641e34309c82b (patch)
treea588d5f2bf40cc7a730f8f35cde86538ddcb2887
parentf71153e4f4c0a44fe2ff608f7a74ad9c56d3dde1 (diff)
downloadaur-89dc2a49c91f8dcbc2b517e28d7641e34309c82b.tar.gz
Update to version 0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08be888ac2d3..faa742c5b9ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ratslap
pkgdesc = Community made Linux drivers for Logitech mice (Currently only G300s)
- pkgver = 0.2.3
- pkgrel = 1
+ pkgver = 0.4.0
+ pkgrel = 2
url = https://gitlab.com/krayon/ratslap
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = ratslap
depends = libusb
provides = ratslap
conflicts = ratslap
- source = ratslap::git+https://gitlab.com/krayon/ratslap#tag=0.2.3,branch=master
+ source = ratslap::git+https://gitlab.com/krayon/ratslap#tag=0.4.0,branch=main
md5sums = SKIP
pkgname = ratslap
diff --git a/PKGBUILD b/PKGBUILD
index 293a7397c7d6..77f12c15255b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Tbsc <me in tbscdev point xyz>
pkgname=ratslap
-pkgver=0.2.3
-pkgrel=1
+pkgver=0.4.0
+pkgrel=2
pkgdesc="Community made Linux drivers for Logitech mice (Currently only G300s)"
arch=('i686' 'x86_64')
url="https://gitlab.com/krayon/$pkgname"
@@ -14,7 +14,7 @@ provides=('ratslap')
conflicts=('ratslap')
options=()
install=
-source=("$pkgname::git+https://gitlab.com/krayon/$pkgname#tag=$pkgver,branch=master")
+source=("$pkgname::git+https://gitlab.com/krayon/$pkgname#tag=$pkgver,branch=main")
md5sums=('SKIP')
build() {