summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Pakuła2023-11-19 10:28:53 +0100
committerTomasz Pakuła2023-11-19 10:28:53 +0100
commit3306225672e2e94f079ededaaffdd29d0109575d (patch)
tree3fbe3d25b4a77b56df97541cfb9d9900dd8863dd /PKGBUILD
parentfb7297b0a82fc8ee39e9dbd1e407593dc0dab8e1 (diff)
downloadaur-protopedal.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d02262638e1..8c2d58d44b4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tomasz Pakula <forest10pl@gmail.com>
pkgname=protopedal
-pkgver=2.3b
+pkgver=2.3
pkgrel=1
pkgdesc="Compatibility tool for sim racing pedals and force feedback steering wheels"
arch=('x86_64')
@@ -16,8 +16,7 @@ sha256sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
- git checkout master
- #git checkout "release-$pkgver"
+ git checkout "release-$pkgver"
}
build() {