aboutsummaryrefslogtreecommitdiffstats
path: root/community/neofetch/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/neofetch/APKBUILD')
-rw-r--r--community/neofetch/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/neofetch/APKBUILD b/community/neofetch/APKBUILD
index 950844fcd31..7ec3d036f0b 100644
--- a/community/neofetch/APKBUILD
+++ b/community/neofetch/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dawid Dziurla <dawidd0811@gmail.com>
pkgname=neofetch
pkgver=7.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="A CLI system information tool written in Bash that supports displaying images"
url="https://github.com/dylanaraps/neofetch"
arch="noarch"
@@ -11,7 +11,7 @@ depends="bash"
makedepends="make"
options="!check"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/neofetch/archive/$pkgver.tar.gz"
package() {
make DESTDIR="$pkgdir" install