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

Anatol Pomozov anatolik at archlinux.org
Sat Mar 16 01:20:39 UTC 2019


    Date: Saturday, March 16, 2019 @ 01:20:37
  Author: anatolik
Revision: 442079

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-16 01:20:04 UTC (rev 442078)
+++ PKGBUILD	2019-03-16 01:20:37 UTC (rev 442079)
@@ -1,19 +0,0 @@
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20190114
-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=('73dc23d822f73c02f09402ac1b54c67c527aedc8')
-
-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 442078, android-udev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-16 01:20:37 UTC (rev 442079)
@@ -0,0 +1,19 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20190315
+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=('72fe8d148e2c6941c25d4f3de09ad91bce86a3f9')
+
+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