aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fzy
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-01-24 14:38:41 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-01-25 10:26:40 +0100
commit91b625d6687c600247584d0cb68d20afa2c4f37e (patch)
treea27adfdaaf5201b1c21a724a063d67a616f00991 /testing/fzy
parent260bfdfd91fb92331d07836be90c132fd09ca8a7 (diff)
downloadaports-91b625d6687c600247584d0cb68d20afa2c4f37e.tar.bz2
aports-91b625d6687c600247584d0cb68d20afa2c4f37e.tar.xz
testing/fzy: Fix project URL
I accidentally used the URL of the author's GitHub user page, instead of the project page.
Diffstat (limited to 'testing/fzy')
-rw-r--r--testing/fzy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/fzy/APKBUILD b/testing/fzy/APKBUILD
index 0533a8582e..00e88709b7 100644
--- a/testing/fzy/APKBUILD
+++ b/testing/fzy/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
pkgname=fzy
pkgver=0.9
-pkgrel=0
+pkgrel=1
pkgdesc="A better fuzzy finder"
-url="https://github.com/jhawthorn/"
+url="https://github.com/jhawthorn/$pkgname"
arch="all"
license="MIT"
depends=""