summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Pakuła2023-11-08 12:35:25 +0100
committerTomasz Pakuła2023-11-08 12:35:25 +0100
commitfb7297b0a82fc8ee39e9dbd1e407593dc0dab8e1 (patch)
treee30bcf4afc3723cd69e4584d9141984257a5a26e
parentb9c648dc0154ebae8265a2233b4e9a31511edb4c (diff)
downloadaur-fb7297b0a82fc8ee39e9dbd1e407593dc0dab8e1.tar.gz
Update to newest master to fix issues
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 826ec852d877..42f0419058f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protopedal
pkgdesc = Compatibility tool for sim racing pedals and force feedback steering wheels
- pkgver = 2.3
- pkgrel = 2
+ pkgver = 2.3b
+ pkgrel = 1
url = https://gitlab.com/openirseny/protopedal/
arch = x86_64
license = EUPL
diff --git a/PKGBUILD b/PKGBUILD
index 14ed4f6e5577..0d02262638e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomasz Pakula <forest10pl@gmail.com>
pkgname=protopedal
-pkgver=2.3
-pkgrel=2
+pkgver=2.3b
+pkgrel=1
pkgdesc="Compatibility tool for sim racing pedals and force feedback steering wheels"
arch=('x86_64')
url="https://gitlab.com/openirseny/protopedal/"
@@ -16,7 +16,8 @@ sha256sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
- git checkout "release-$pkgver"
+ git checkout master
+ #git checkout "release-$pkgver"
}
build() {