summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlibrewish2020-11-08 16:56:48 +0530
committerlibrewish2020-11-08 16:56:48 +0530
commit500930f537fda8308c681d30046f002159c6066f (patch)
tree94a5b179527d5958264fd42e32c7b4bccccfb8a5
parent92adfcfa1efde84df399ca2c58fe0a6007d1f803 (diff)
downloadaur-500930f537fda8308c681d30046f002159c6066f.tar.gz
update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c86cd12021b..ebb3bc81cc19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ofono-git
pkgdesc = Infrastructure for building mobile telephony (GSM/UMTS) applications
- pkgver = 1.23.r52.g665e9c9a
- pkgrel = 2
+ pkgver = 1.31.r72.g285fad8f
+ pkgrel = 1
url = https://01.org/ofono
arch = x86_64
license = GPL2
@@ -10,9 +10,14 @@ pkgbase = ofono-git
depends = glib2
depends = udev
depends = mobile-broadband-provider-info
+ optdepends = phonesim
+ optdepends = mmsd
+ optdepends = upower
provides = ofono
conflicts = ofono
source = ofono-git::git+https://git.kernel.org/pub/scm/network/ofono/ofono.git
+ source = git://git.kernel.org/pub/scm/libs/ell/ell.git
+ sha256sums = SKIP
sha256sums = SKIP
pkgname = ofono-git
diff --git a/PKGBUILD b/PKGBUILD
index 709f60fe5f5d..e1001b31ef09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jerome Leclanche <jerome@leclan.ch>
pkgname=ofono-git
-pkgver=1.23.r52.g665e9c9a
+pkgver=1.31.r72.g285fad8f
pkgrel=1
pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
url="https://01.org/ofono"
@@ -11,6 +11,7 @@ license=("GPL2")
provides=("ofono")
conflicts=("ofono")
depends=("bluez" "dbus" "glib2" "udev" "mobile-broadband-provider-info")
+optdepends=("phonesim" "mmsd" "upower")
source=("$pkgname::git+https://git.kernel.org/pub/scm/network/ofono/ofono.git"
git://git.kernel.org/pub/scm/libs/ell/ell.git)
sha256sums=("SKIP" "SKIP")
@@ -29,7 +30,7 @@ build() {
--localstatedir=/var \
--sbindir=/usr/bin \
--mandir=/usr/share/man \
- --disable-bluez4 \
+ --enable-test \
--enable-tools \
--enable-dundee
make