summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-08 23:58:25 -0300
committerGonzalo Exequiel Pedone2024-03-08 23:58:25 -0300
commit42271f25ccc337f9f08de3895a5286bd490e4e02 (patch)
tree0b4e87a2af4e68d1b64c7894f968dc2e32a07627
parent599a8555f4904a5041d62393b80862e262aac37c (diff)
downloadaur-42271f25ccc337f9f08de3895a5286bd490e4e02.tar.gz
Package updated to 0.380.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8048173a4ed5..891cc8317a9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-x86-64-hwdata
- pkgdesc = hardware identification databases (android)
- pkgver = 0.379
+ pkgdesc = hardware identification databases (Android x86-64)
+ pkgver = 0.380
pkgrel = 1
url = https://github.com/vcrhonek/hwdata
arch = any
@@ -11,8 +11,8 @@ pkgbase = android-x86-64-hwdata
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.379.tar.gz
+ source = https://github.com/vcrhonek/hwdata/archive/refs/tags/v0.380.tar.gz
validpgpkeys = 3C40194FB79138CE0F78FD4919C2F062574F5403
- md5sums = 2d8d413696545fd889ca3d32b78f64b5
+ md5sums = 65d190da425b4fc9a38f4fb96b21f56f
pkgname = android-x86-64-hwdata
diff --git a/PKGBUILD b/PKGBUILD
index 4fdd1a385402..a37cb9d87c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
_android_arch=x86-64
pkgname=android-${_android_arch}-hwdata
-pkgver=0.379
+pkgver=0.380
pkgrel=1
arch=('any')
-pkgdesc="hardware identification databases (android)"
+pkgdesc="hardware identification databases (Android ${_android_arch})"
depends=('android-ndk')
makedepends=('android-environment')
url="https://github.com/vcrhonek/hwdata"
license=('GPL-2.0-or-later')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://github.com/vcrhonek/hwdata/archive/refs/tags/v${pkgver}.tar.gz")
-md5sums=('2d8d413696545fd889ca3d32b78f64b5')
+md5sums=('65d190da425b4fc9a38f4fb96b21f56f')
validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
build() {