summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Pakuła2023-12-12 20:47:14 +0100
committerTomasz Pakuła2023-12-12 20:47:14 +0100
commit88fc725d24f0edec92077394ef10cdaf1e902489 (patch)
tree5f8bb0776a1aec944a29ce03e91e324fc3c867b9
parent98f7ff19b295097efd601b6134ec0f5d18f3aadb (diff)
downloadaur-88fc725d24f0edec92077394ef10cdaf1e902489.tar.gz
Remove unnecessary axis fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78424d1e4cfc..8076fd9f7d50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hidpp-logitech-g-pro-wheel-dkms-git
pkgdesc = hid-logitech-hidpp with G Pro Racing Wheel PC/XBOX support
pkgver = 0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Lawstorant/hid-logitech-hidpp
arch = x86_64
license = GPL2
@@ -10,8 +10,6 @@ pkgbase = hidpp-logitech-g-pro-wheel-dkms-git
makedepends = glibc
depends = dkms
source = git+https://github.com/Lawstorant/hid-logitech-hidpp
- source = axis-hack.patch
sha256sums = SKIP
- sha256sums = addbedca432c213cc58642dca94e55209098d44fb967d0f2fcd1ec83a433a624
pkgname = hidpp-logitech-g-pro-wheel-dkms-git
diff --git a/PKGBUILD b/PKGBUILD
index 2f06b12bd763..434b0e61baef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_reponame=hid-logitech-hidpp
pkgname=hidpp-logitech-g-pro-wheel-dkms-git
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="hid-logitech-hidpp with G Pro Racing Wheel PC/XBOX support"
arch=('x86_64')
url="https://github.com/Lawstorant/hid-logitech-hidpp"
@@ -15,11 +15,9 @@ makedepends=(
)
source=(
git+https://github.com/Lawstorant/hid-logitech-hidpp
- axis-hack.patch
)
sha256sums=(
'SKIP'
- 'addbedca432c213cc58642dca94e55209098d44fb967d0f2fcd1ec83a433a624'
)
pkgver() {
@@ -27,11 +25,6 @@ pkgver() {
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir/$_reponame"
- git apply -3 ../axis-hack.patch
-}
-
package() {
cd "$srcdir/$_reponame"