summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneil2ball2021-02-13 19:28:24 -0500
committerneil2ball2021-02-13 19:28:24 -0500
commitc2b2e5a2eabcc1c0ea8e19348b5bb03143557370 (patch)
tree17e735360aafe3180e65b7b4715109279692c87b /PKGBUILD
parent6ba06cb20b6f15eac5bc1d042eeea1ddb455f651 (diff)
downloadaur-c2b2e5a2eabcc1c0ea8e19348b5bb03143557370.tar.gz
switch to git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17bc37f04eec..5074516444d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Neil Ball <neil2ball@gmail.com>
+# Contributor: Davide Depau <davide@depau.eu>
# Contributor: Jerome Leclanche <jerome@leclan.ch>
# Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
# Contributor: Librewish <librewish@gmail.com>
@@ -14,8 +15,7 @@ provides=("ofono")
conflicts=("ofono")
optdepends=("phonesim" "mmsd" "upower")
source=(
- "https://www.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/$pkgname.tar.gz"
-# "https://www.kernel.org/pub/scm/network/ofono/ofono.git/snapshot/$pkgname.tar.sign"
+ "$pkgname::git+https://www.kernel.org/pub/scm/network/ofono/ofono.git"
git://git.kernel.org/pub/scm/libs/ell/ell.git)
sha256sums=(
'SKIP' 'SKIP'
@@ -24,6 +24,7 @@ sha256sums=(
build() {
cd "$srcdir/$pkgname"
./bootstrap
+ autoupdate
./configure \
--prefix=/usr \
--sysconfdir=/etc \