summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2018-12-15 18:33:42 +0100
committerAdriĆ  Arrufat2018-12-15 18:33:42 +0100
commitf8e456ef98c44b85b75e122468f75d90625e5309 (patch)
tree32c82d2ad81fb599d2022efe151b17032bf0bb4e
parent68e313ea37996e6b90b983a1b7955e2689878460 (diff)
downloadaur-f8e456ef98c44b85b75e122468f75d90625e5309.tar.gz
enable tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0afdefa31e2..aaa1c9e1f249 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.3+41+g364591a15
+ pkgver = 3.31.3+2+g29cbc2166
pkgrel = 1
url = http://www.gnome.org/projects/epiphany/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a91a80b98fde..a8888578f301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=epiphany
pkgname=$_pkgname-git
-pkgver=3.29.3+41+g364591a15
+pkgver=3.31.3+2+g29cbc2166
pkgrel=1
pkgdesc="A GNOME web browser based on the WebKit rendering engine."
url="http://www.gnome.org/projects/$_pkgname/"
@@ -30,10 +30,10 @@ build() {
ninja -C build
}
-# check() {
-# cd $_pkgname
-# ninja -C build test
-# }
+check() {
+ cd $_pkgname
+ ninja -C build test
+}
package() {
cd $_pkgname