aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornirenjan2023-01-10 06:16:50 -0800
committernirenjan2023-01-10 06:16:50 -0800
commit9069ad5ca784a181d22837979ffddf8ded9627e0 (patch)
tree1c298cf6593362d358797fda3525f631d926822e
parent3496dafa194aea1c061c3632193ce9cb6bd33efd (diff)
downloadaur-libx52.tar.gz
Update PKGBUILD to backup x52d.conf
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28f6b7ea64b6..b39e4057cd85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libx52
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Application to control the MFD and LEDs of a Saitek X52/X52Pro HOTAS"
arch=('x86_64')
url="https://github.com/nirenjan/${pkgname}"
@@ -11,6 +11,7 @@ depends=('libusb' 'hidapi' 'libevdev')
makedepends=('autoconf' 'automake' 'libtool' 'pkg-config' 'python'
'gettext' 'libusb' 'hidapi' 'libevdev' 'doxygen' 'cmocka' 'git')
install="${pkgname}.install"
+backup=('etc/x52d/x52d.conf')
source=("https://github.com/nirenjan/x52pro-linux/releases/download/v${pkgver}/${pkgname}_${pkgver}.orig.tar.gz")
sha256sums=('80a6141c64c94387d5593c8b4a9b5de5c22db16a0fa9cacaf1a2a80e8a3cd96e')