summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaris Demirdelen2019-12-22 14:42:06 +0100
committerBaris Demirdelen2019-12-22 14:42:06 +0100
commite5de8b2c69ff81584913cff91124fed0ddac91ca (patch)
treee2d363fb29faf53f3b83e5d92e54d1e2e0285bc4
parentee532fce0ddcc2051ee3af205f78bc200bafcf57 (diff)
downloadaur-e5de8b2c69ff81584913cff91124fed0ddac91ca.tar.gz
Fix typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2884031e5601..890bf1f71dff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xow-git
pkgdesc = Linux driver for the Xbox One wireless dongle
pkgver = 7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/medusalix/xow
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 6518babfe798..93b5e003c274 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xow-git
_pkgname=xow
pkgver=7
-pkgrel=1
+pkgrel=2
pkgdesc="Linux driver for the Xbox One wireless dongle"
arch=(x86_64)
url=https://github.com/medusalix/xow
@@ -30,9 +30,9 @@ package() {
_service_path=$pkgdir/usr/lib/systemd/system/
mkdir -p {$_install_path, $_service_path}
- install -Dm755 xow $_install_path/xov
- install -Dm755 xow.service $_service_path/xov.service
+ install -Dm755 xow $_install_path/xow
+ install -Dm755 xow.service $_service_path/xow.service
echo "If you want to enable and start the service please run:"
- echo "systemctl enable --now xov.service"
+ echo "systemctl enable --now xow.service"
}