summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhengdao Wang2019-12-10 14:57:37 -0600
committerZhengdao Wang2019-12-10 14:57:37 -0600
commit7a6a6786e40179e45c18e478e77fe46a93eb2703 (patch)
tree6bbd7176cb8e863228267afa52013fe26e2ba9a7
parentf41e2dbe176a516848661861f31fddd00055e95b (diff)
downloadaur-7a6a6786e40179e45c18e478e77fe46a93eb2703.tar.gz
adding ell source ell.git
-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"