Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / android-udev
Commits: 0a2696dd by Robin Candau at 2024-08-29T19:08:09+02:00 upgpkg: 20240829-1: New upstream release https://github.com/M0Rf30/android-udev-rules/releases/tag/20240829 - - - - - 3 changed files: - .SRCINFO - .nvchecker.toml - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,13 @@ pkgbase = android-udev pkgdesc = Udev rules to connect Android devices to your linux box - pkgver = 20240625 + pkgver = 20240829 pkgrel = 1 url = https://github.com/M0Rf30/android-udev-rules arch = any license = GPL-3.0-only depends = udev depends = libmtp - source = android-udev-20240625.tar.gz::https://github.com/M0Rf30/android-udev-rules/archive/20240625.tar.gz - sha256sums = 9ed9f34b07082c9bb609c09a922dfd1e2df7cee7ccee0584bfc95da18c88eafe + source = android-udev-20240829.tar.gz::https://github.com/M0Rf30/android-udev-rules/archive/20240829.tar.gz + sha256sums = 01a9beab08b2436df90d76ba54e092925554a9a842281fd57275b622a6feed0c pkgname = android-udev ===================================== .nvchecker.toml ===================================== @@ -1,6 +1,3 @@ [android-udev] -source = "github" -github = "M0Rf30/android-udev-rules" -prefix = "v" -use_max_tag = true -exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*" +source = "git" +git = "https://github.com/M0Rf30/android-udev-rules.git" ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: marlock pkgname=android-udev -pkgver=20240625 +pkgver=20240829 pkgrel=1 pkgdesc="Udev rules to connect Android devices to your linux box" url="https://github.com/M0Rf30/android-udev-rules" @@ -11,7 +11,7 @@ arch=('any') license=('GPL-3.0-only') depends=('udev' 'libmtp') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha256sums=('9ed9f34b07082c9bb609c09a922dfd1e2df7cee7ccee0584bfc95da18c88eafe') +sha256sums=('01a9beab08b2436df90d76ba54e092925554a9a842281fd57275b622a6feed0c') package() { cd "${pkgname}-rules-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/commit/0a2696ddc250eb7879d68b76aae35bd75437e49f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/commit/0a2696ddc250eb7879d68b76aae35bd75437e49f You're receiving this email because of your account on gitlab.archlinux.org.
