summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneil2ball2021-02-13 14:50:59 -0500
committerneil2ball2021-02-13 14:50:59 -0500
commitabb5688eb6ba0e8085c835328ff6cb454332379f (patch)
tree4d9b5242f9ff37c2f4135f63be2793fd83dde9b0 /PKGBUILD
parent8dacdde1c3a18a99c80faeda903e8e1adeb2e7b1 (diff)
downloadaur-abb5688eb6ba0e8085c835328ff6cb454332379f.tar.gz
Initial import
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9c9c522426c..b736fdfed60a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgdesc="Infrastructure for building mobile telephony (GSM/UMTS) applications"
url="https://01.org/ofono"
arch=("i686" "x86_64" "armv6h" "armv7h" "aarch64")
license=("GPL2")
-depends=("bluez" "dbus" "glib2" "udev" "mobile-broadband-provider-info" "git")
+depends=("bluez" "dbus" "glib2" "udev" "mobile-broadband-provider-info")
+conflicts=("ofono")
optdepends=("phonesim" "mmsd" "upower")
source=(
"https://www.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/$pkgname-$pkgver.tar.gz"