summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2018-07-13 08:58:03 +0200
committerAdriĆ  Arrufat2018-07-13 08:58:03 +0200
commit68e313ea37996e6b90b983a1b7955e2689878460 (patch)
treea48872ba6786c1b525ff367132dac2a4c904b734
parent54be014db8e2f116dc7b989b8b9154dcd6933eeb (diff)
downloadaur-68e313ea37996e6b90b983a1b7955e2689878460.tar.gz
update upstream URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD20
2 files changed, 7 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b64b2a0579a..f0afdefa31e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = epiphany-git
pkgdesc = A GNOME web browser based on the WebKit rendering engine.
- pkgver = 3.29.1
+ pkgver = 3.29.3+41+g364591a15
pkgrel = 1
url = http://www.gnome.org/projects/epiphany/
arch = i686
@@ -22,9 +22,7 @@ pkgbase = epiphany-git
provides = epiphany
conflicts = epiphany
replaces = epiphany
- source = git://git.gnome.org/epiphany
- source = git://git.gnome.org/gvdb
- sha256sums = SKIP
+ source = git+https://gitlab.gnome.org/GNOME/epiphany.git
sha256sums = SKIP
pkgname = epiphany-git
diff --git a/PKGBUILD b/PKGBUILD
index 0a7acefaf4cf..a91a80b98fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Adria Arrufat <adria DOT arrufat+aur AT protonmail DOT ch>
+# Maintainer: Adria Arrufat
_pkgname=epiphany
pkgname=$_pkgname-git
-pkgver=3.29.1
+pkgver=3.29.3+41+g364591a15
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine."
-url="http://www.gnome.org/projects/epiphany/"
+url="http://www.gnome.org/projects/$_pkgname/"
arch=('i686' 'x86_64')
license=('GPL')
depends=(webkit2gtk gcr libdazzle)
@@ -15,24 +15,14 @@ groups=(gnome)
replaces=(epiphany)
provides=(epiphany)
conflicts=(epiphany)
-source=("git://git.gnome.org/epiphany"
- "git://git.gnome.org/gvdb"
-)
-sha256sums=('SKIP'
- 'SKIP')
+source=("git+https://gitlab.gnome.org/GNOME/$_pkgname.git")
+sha256sums=('SKIP')
pkgver() {
cd $_pkgname
git describe --always | sed 's/-/+/g'
}
-prepare() {
- cd $_pkgname
- git submodule init
- git config --local gvdb.url "${srcdir}/gvdb/gvdb"
- git submodule update
-}
-
build() {
cd $_pkgname
[ -d build ] && rm -rf build