summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Bornschein2019-10-31 11:13:12 +0100
committerFabian Bornschein2019-10-31 11:13:12 +0100
commitb79a9858c65142fa473edeba942c014e062ff4ea (patch)
treef9eb8a3275cd5fec6d06157707e8261820cb3c3d
parent5a658dce75e0e0bf006864248a8a32645956a926 (diff)
downloadaur-b79a9858c65142fa473edeba942c014e062ff4ea.tar.gz
new upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58fc8d064c15..69e49aa7373b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = game-devices-udev
pkgdesc = Udev rules for controllers
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 0
url = https://gitlab.com/Fabish/game-devices-udev
install = game-devices-udev.install
arch = any
license = MIT
depends = systemd
- provides = steam-devices
- conflicts = steam-devices
- replaces = steam-devices
- source = https://gitlab.com/Fabish/game-devices-udev/-/archive/0.4/game-devices-udev-0.4.zip
- sha512sums = 384c9b6681c78e00acba2864f1e4dc69ee84ba7c7022b85164f05f82e4f20d8b03eeb5040a375f43271c76b93816c7f0d88a02ca40ab2d4b345e673d84b8c9ba
+ source = https://gitlab.com/Fabish/game-devices-udev/-/archive/0.5/game-devices-udev-0.5.zip
+ sha512sums = 721c47554928d6159d4285e94f0057cec8d1d748f3e965352de1fac3ad5003b4f4a52cd8e27798b5498ff344c4428fcb1ed06401ceeb9e144e68ea492a330f06
pkgname = game-devices-udev
diff --git a/PKGBUILD b/PKGBUILD
index 314b30a9878d..2bbf215bbcef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
# Maintainer: Fabian Bornschein <plusfabi(At)gmail(Dot)com>
pkgname=game-devices-udev
-pkgver=0.4
+pkgver=0.5
pkgrel=0
pkgdesc="Udev rules for controllers"
url='https://gitlab.com/Fabish/game-devices-udev'
arch=('any')
license=('MIT')
depends=('systemd')
-replaces=('steam-devices')
-conflicts=('steam-devices')
-provides=('steam-devices')
install=${pkgname}.install
source=("https://gitlab.com/Fabish/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.zip")
-sha512sums=('384c9b6681c78e00acba2864f1e4dc69ee84ba7c7022b85164f05f82e4f20d8b03eeb5040a375f43271c76b93816c7f0d88a02ca40ab2d4b345e673d84b8c9ba')
+sha512sums=('721c47554928d6159d4285e94f0057cec8d1d748f3e965352de1fac3ad5003b4f4a52cd8e27798b5498ff344c4428fcb1ed06401ceeb9e144e68ea492a330f06')
package()
{
+ if /usr/bin/pacman -Qq manjaro-system > /dev/null 2>&1 ; then exit 1; fi
# install license
install -Dm 644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" \
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"