[arch-commits] Commit in android-udev/repos/community-any (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Oct 26 20:47:43 UTC 2018


    Date: Friday, October 26, 2018 @ 20:47:43
  Author: anatolik
Revision: 399171

archrelease: copy trunk to community-any

Added:
  android-udev/repos/community-any/PKGBUILD
    (from rev 399170, android-udev/trunk/PKGBUILD)
Deleted:
  android-udev/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   39 +++++++++++++++++++--------------------
 1 file changed, 19 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-26 20:47:18 UTC (rev 399170)
+++ PKGBUILD	2018-10-26 20:47:43 UTC (rev 399171)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20180715
-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=('b199d99b04fdfc28b9507ba826145eacbe3ea93c')
-
-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 399170, android-udev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-26 20:47:43 UTC (rev 399171)
@@ -0,0 +1,19 @@
+# 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
+}



More information about the arch-commits mailing list