Date: Tuesday, October 30, 2018 @ 14:13:16 Author: anatolik Revision: 399629
archrelease: copy trunk to community-any Added: android-udev/repos/community-any/PKGBUILD (from rev 399628, android-udev/trunk/PKGBUILD) Deleted: android-udev/repos/community-any/PKGBUILD ----------+ PKGBUILD | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-10-30 14:12:59 UTC (rev 399628) +++ PKGBUILD 2018-10-30 14:13:16 UTC (rev 399629) @@ -1,19 +0,0 @@ -# Maintainer: M0Rf30 -# Contributor: marlock - -pkgname=android-udev -pkgver=20181026 -pkgrel=1 -pkgdesc='Udev rules to connect Android devices to your linux box' -arch=(any) -url='https://github.com/M0Rf30/android-udev-rules' -license=(GPL3) -depends=(udev libmtp) -source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip) -sha1sums=('1e021a10464d15c872aae8370bff75a2668eebf0') - -package() { - cd android-udev-rules-$pkgver - install -Dm 644 51-android.rules "$pkgdir"/usr/lib/udev/rules.d/51-android.rules - install -Dm 644 android-udev.conf "$pkgdir"/usr/lib/sysusers.d/android-udev.conf -} Copied: android-udev/repos/community-any/PKGBUILD (from rev 399628, android-udev/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-10-30 14:13:16 UTC (rev 399629) @@ -0,0 +1,19 @@ +# Maintainer: M0Rf30 +# Contributor: marlock + +pkgname=android-udev +pkgver=20181030 +pkgrel=1 +pkgdesc='Udev rules to connect Android devices to your linux box' +arch=(any) +url='https://github.com/M0Rf30/android-udev-rules' +license=(GPL3) +depends=(udev libmtp) +source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip) +sha1sums=('6a5ffce05ac896cc4a963f728b02783252581698') + +package() { + cd android-udev-rules-$pkgver + install -Dm 644 51-android.rules "$pkgdir"/usr/lib/udev/rules.d/51-android.rules + install -Dm 644 android-udev.conf "$pkgdir"/usr/lib/sysusers.d/android-udev.conf +}