aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ddgr/APKBUILD
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-09-03 20:07:47 +0300
committerprspkt <prspkt@protonmail.com>2019-09-03 20:11:05 +0300
commit315eea94b49031b9dd423401be27921210b76d47 (patch)
treefbe11afa5464d258904c5399bb0641c1814c94d4 /testing/ddgr/APKBUILD
parent50731955141a088a2f887543f7de03848411c325 (diff)
downloadaports-315eea94b49031b9dd423401be27921210b76d47.tar.bz2
aports-315eea94b49031b9dd423401be27921210b76d47.tar.xz
testing/ddgr: upgrade to 1.7
* No test suite. Remove fake check and mark no tests. Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'testing/ddgr/APKBUILD')
-rw-r--r--testing/ddgr/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/testing/ddgr/APKBUILD b/testing/ddgr/APKBUILD
index 099d8ab23c..e9f54d4db8 100644
--- a/testing/ddgr/APKBUILD
+++ b/testing/ddgr/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: dai9ah <dai9ah@protonmail.com>
# Maintainer: dai9ah <dai9ah@protonmail.com>
pkgname=ddgr
-pkgver=1.6
+pkgver=1.7
pkgrel=0
pkgdesc="DuckDuckGo from the terminal"
url="https://github.com/jarun/ddgr"
@@ -14,15 +14,9 @@ subpackages="$pkgname-doc
$pkgname-zsh-completion:zshcomp:noarch
"
source="$pkgname-$pkgver.tar.gz::https://github.com/jarun/ddgr/archive/v$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
-check() {
- cd "$builddir"
- ./ddgr --help > /dev/null
-}
+options="!check" # no test suite
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" PREFIX=/usr install
}
@@ -54,4 +48,4 @@ zshcomp() {
}
-sha512sums="e42c622ef94f82bee17315f3e3b40e4d19ab13ce6be05e016936a04ba8559c0911b0ac290c6c36d4905b8db2e71b2ed2e086c06294e76402ee6d3bb21f2a2bfa ddgr-1.6.tar.gz"
+sha512sums="9b07d045baeee6bbaa0a8213d90860f432687f9a0fbc5e424d9df3422897eb12c2c4d1ac210daa41cbb5fd5113148f01e20f276822157d42058872ab4fc70dae ddgr-1.7.tar.gz"