[arch-commits] Commit in android-udev/repos/community-any (PKGBUILD PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Tue Jan 15 05:26:46 UTC 2019
Date: Tuesday, January 15, 2019 @ 05:26:46
Author: anatolik
Revision: 423129
archrelease: copy trunk to community-any
Added:
android-udev/repos/community-any/PKGBUILD
(from rev 423128, android-udev/trunk/PKGBUILD)
Deleted:
android-udev/repos/community-any/PKGBUILD
----------+
PKGBUILD | 38 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-15 05:24:42 UTC (rev 423128)
+++ PKGBUILD 2019-01-15 05:26:46 UTC (rev 423129)
@@ -1,19 +0,0 @@
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20181031
-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=('ce233b2cc5b7d2d41d7f2535be7f8ca09d9842ab')
-
-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 423128, android-udev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-15 05:26:46 UTC (rev 423129)
@@ -0,0 +1,19 @@
+# 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
+}
More information about the arch-commits
mailing list