Date: Thursday, January 5, 2023 @ 16:41:24
Author: anatolik
Revision: 1378305
archrelease: copy trunk to community-any
Added:
android-udev/repos/community-any/PKGBUILD
(from rev 1378304, android-udev/trunk/PKGBUILD)
Deleted:
android-udev/repos/community-any/PKGBUILD
----------+
PKGBUILD | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-05 16:41:04 UTC (rev 1378304)
+++ PKGBUILD 2023-01-05 16:41:24 UTC (rev 1378305)
@@ -1,20 +0,0 @@
-# Maintainer: M0Rf30
-# Contributor: marlock
-
-pkgname=android-udev
-pkgver=20220903
-pkgrel=2
-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=('b1cb22c7c02c4013921e74eaacaabf38af7db751')
-sha256sums=('06592a6c9358c42ccb4cc7c7f2bb572cfbb27cc53fe76bd23665af1101fe5a52')
-
-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 1378304,
android-udev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-05 16:41:24 UTC (rev 1378305)
@@ -0,0 +1,20 @@
+# 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
+}