summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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')