summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302023-11-24 12:24:57 +0100
committerM0Rf302023-11-24 12:24:57 +0100
commit0b295e238b0960f7f26c2cebe56a19d441e02fea (patch)
tree336b074a196a99bddc738d9900d26fb2a58953e3
parent23f4d2beadc39253033cf61aa95f646b34ed08b8 (diff)
downloadaur-0b295e238b0960f7f26c2cebe56a19d441e02fea.tar.gz
android-udev-git: 20231124
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ca94704526b..1ba8768268e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = android-udev-git
pkgdesc = Udev rules to connect Android devices to your linux box
- pkgver = 20231030.r0.g2e6c41a
+ pkgver = 20231124.r0.ga5d7db7
pkgrel = 1
url = https://github.com/M0Rf30/android-udev-rules
arch = any
license = GPL3
makedepends = git
- depends = systemd
depends = libmtp
+ depends = systemd
provides = android-udev
conflicts = android-udev
source = android-udev::git+https://github.com/M0Rf30/android-udev-rules.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = android-udev-git
diff --git a/PKGBUILD b/PKGBUILD
index ffc19a5a4d37..b5173b6cc6e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: marlock
pkgname=android-udev-git
-pkgver=20231030.r0.g2e6c41a
+pkgver=20231124.r0.ga5d7db7
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')
source=("${pkgname%-git}::git+https://github.com/M0Rf30/android-udev-rules.git")
-depends=('systemd' 'libmtp')
+depends=('libmtp' 'systemd')
makedepends=('git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
@@ -28,4 +28,4 @@ pkgver() {
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-md5sums=('SKIP')
+sha256sums=('SKIP')