summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 134fe38effe6..709f60fe5f5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,9 @@ license=("GPL2")
provides=("ofono")
conflicts=("ofono")
depends=("bluez" "dbus" "glib2" "udev" "mobile-broadband-provider-info")
-source=("$pkgname::git+https://git.kernel.org/pub/scm/network/ofono/ofono.git")
-sha256sums=("SKIP")
+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")
pkgver() {
cd "$pkgname"