summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-30 19:28:09 -0300
committerGonzalo Exequiel Pedone2024-03-30 19:28:09 -0300
commitc64cc34576e309d0c461c2eba43bba1812fad526 (patch)
tree00275e029c8318cbff207d74519387c0c3d9685b
parent49c6fe0e6c22eacbcf9d52eef6d94bf9ed33abb4 (diff)
downloadaur-c64cc34576e309d0c461c2eba43bba1812fad526.tar.gz
Package updated 2.80.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1c35f0958a7..1595c8cb03ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = android-x86-glib2
- pkgdesc = Low level core library (Android, x86)
- pkgver = 2.78.4
- pkgrel = 2
+ pkgdesc = Low level core library (Android x86)
+ pkgver = 2.80.0
+ pkgrel = 1
url = https://wiki.gnome.org/Projects/GLib
arch = any
groups = android-glib2
@@ -15,7 +15,7 @@ pkgbase = android-x86-glib2
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.gnome.org/sources/glib/2.78/glib-2.78.4.tar.xz
- sha256sums = 24b8e0672dca120cc32d394bccb85844e732e04fe75d18bb0573b2dbc7548f63
+ source = https://download.gnome.org/sources/glib/2.80/glib-2.80.0.tar.xz
+ sha256sums = 8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d
pkgname = android-x86-glib2
diff --git a/PKGBUILD b/PKGBUILD
index 89fcc51ba71e..3f1cef05bea6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
_android_arch=x86
pkgname=android-${_android_arch}-glib2
-pkgver=2.78.4
-pkgrel=2
+pkgver=2.80.0
+pkgrel=1
arch=('any')
-pkgdesc="Low level core library (Android, ${_android_arch})"
+pkgdesc="Low level core library (Android ${_android_arch})"
url="https://wiki.gnome.org/Projects/GLib"
license=("LGPL2.1")
groups=('android-glib2')
@@ -22,7 +22,7 @@ depends=("android-${_android_arch}-libffi"
makedepends=('android-meson')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://download.gnome.org/sources/glib/${pkgver%.*}/glib-${pkgver}.tar.xz")
-sha256sums=('24b8e0672dca120cc32d394bccb85844e732e04fe75d18bb0573b2dbc7548f63')
+sha256sums=('8228a92f92a412160b139ae68b6345bd28f24434a7b5af150ebe21ff587a561d')
build() {
cd "${srcdir}"/glib-${pkgver}