Date: Friday, March 3, 2023 @ 19:11:03
Author: anatolik
Revision: 1410764
archrelease: copy trunk to community-any
Added:
android-udev/repos/community-any/PKGBUILD
(from rev 1410761, android-udev/trunk/PKGBUILD)
Deleted:
android-udev/repos/community-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-03 19:10:59 UTC (rev 1410763)
+++ PKGBUILD 2023-03-03 19:11:03 UTC (rev 1410764)
@@ -1,20 +0,0 @@
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20230104
-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=('5d4147cc1dc9b317f27b480a342652a23bb9c9f4')
-sha256sums=('4089f1b4c570275e16fbfad5ba68f4bc2837779e3ecf01c6d6b7cf8ec967d956')
-
-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 1410761,
android-udev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-03 19:11:03 UTC (rev 1410764)
@@ -0,0 +1,20 @@
+# Maintainer: M0Rf30
+# Contributor: marlock
+
+pkgname=android-udev
+pkgver=20230303
+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=('d81d3ccd087ab21fbf34cd005204870918e66b0a')
+sha256sums=('078b62033f7c39de456531fb2bd31631aa089ca53ada24e8b24f6b0396755d24')
+
+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
+}