summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2022-08-10 11:11:26 +0000
committerJerome Leclanche2022-08-10 11:11:26 +0000
commit440e6b65249982006de8666ab3f0124f6e98000f (patch)
treef1b1329d16762119a0ae8c91c84e744f48ed9a3f
parent73cca7311aaa21e22a71add537befe60fbaf9cfb (diff)
downloadaur-440e6b65249982006de8666ab3f0124f6e98000f.tar.gz
Upstream release 1.34
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43793aa1ba96..7e3b0622d16e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ofono
pkgdesc = Infrastructure for building mobile telephony (GSM/UMTS) applications
- pkgver = 1.32
- pkgrel = 3
+ pkgver = 1.34
+ pkgrel = 1
url = https://01.org/ofono
arch = i686
arch = x86_64
@@ -17,8 +17,7 @@ pkgbase = ofono
optdepends = phonesim
optdepends = mmsd
optdepends = upower
- source = https://www.kernel.org/pub/linux/network/ofono/ofono-1.32.tar.xz
- sha256sums = f7d775887b7b80cf3b82e3f0a6c2696c6d01963d222ca2217919d21b9e803042
+ source = https://www.kernel.org/pub/linux/network/ofono/ofono-1.34.tar.xz
+ sha256sums = c0b96d3013447ec2bcb74579bef90e4e59c68dbfa4b9c6fbce5d12401a43aac7
pkgname = ofono
-
diff --git a/PKGBUILD b/PKGBUILD
index 3aa5346d311e..638f0d1be4ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
# Contributor: Librewish <librewish@gmail.com>
pkgname=ofono
-pkgver=1.32
-pkgrel=3
+pkgver=1.34
+pkgrel=1
pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
url="https://01.org/ofono"
arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
@@ -14,7 +14,7 @@ source=(
"https://www.kernel.org/pub/linux/network/ofono/$pkgname-$pkgver.tar.xz"
# "https://www.kernel.org/pub/linux/network/ofono/$pkgname-$pkgver.tar.sign"
)
-sha256sums=("f7d775887b7b80cf3b82e3f0a6c2696c6d01963d222ca2217919d21b9e803042")
+sha256sums=("c0b96d3013447ec2bcb74579bef90e4e59c68dbfa4b9c6fbce5d12401a43aac7")
build() {
cd "$srcdir/$pkgname-$pkgver"