summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2021-05-23 17:00:07 +0000
committerJerome Leclanche2021-05-23 17:00:07 +0000
commit73cca7311aaa21e22a71add537befe60fbaf9cfb (patch)
tree66009a77bf4f1022472eb8090de9ca3efb177236
parent9d767cdb6a72e9c5cad5282d2b7fe243f89054d9 (diff)
downloadaur-73cca7311aaa21e22a71add537befe60fbaf9cfb.tar.gz
Upstream release 1.32
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f324f7c35a42..43793aa1ba96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ofono
pkgdesc = Infrastructure for building mobile telephony (GSM/UMTS) applications
- pkgver = 1.31
+ pkgver = 1.32
pkgrel = 3
url = https://01.org/ofono
arch = i686
@@ -17,8 +17,8 @@ pkgbase = ofono
optdepends = phonesim
optdepends = mmsd
optdepends = upower
- source = https://www.kernel.org/pub/linux/network/ofono/ofono-1.31.tar.xz
- sha256sums = a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b
+ source = https://www.kernel.org/pub/linux/network/ofono/ofono-1.32.tar.xz
+ sha256sums = f7d775887b7b80cf3b82e3f0a6c2696c6d01963d222ca2217919d21b9e803042
pkgname = ofono
diff --git a/PKGBUILD b/PKGBUILD
index c6cc52cac326..3aa5346d311e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
# Contributor: Librewish <librewish@gmail.com>
pkgname=ofono
-pkgver=1.31
+pkgver=1.32
pkgrel=3
pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
url="https://01.org/ofono"
@@ -14,9 +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=('a15c5d28096c10eb30e47a68b6dc2e7c4a5a99d7f4cfedf0b69624f33d859e9b'
-# 'SKIP'
- )
+sha256sums=("f7d775887b7b80cf3b82e3f0a6c2696c6d01963d222ca2217919d21b9e803042")
build() {
cd "$srcdir/$pkgname-$pkgver"