summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69697ce26f70..c6bc0415532c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: BBaoVanC <bbaovanc@bbaovanc.com>
pkgname=nekofetch
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.4
+pkgrel=1
pkgdesc="neofetch but with nekos"
license=('GPL3')
arch=(any)
-url="https://github.com/propruhh/nekofetch"
+url="https://github.com/proprdev/nekofetch"
depends=(curl jq jp2a neofetch)
optdepends=('imagemagick: support for kitty image backend')
makedepends=(git make)
provides=(${pkgname})
source=("https://github.com/proprdev/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('e5e82c03385948fb33376d8a453589ebd5a9f2c7856503fbdfd568da9375c4da')
+sha256sums=('d0631a63c6d511c3fc119793ea3c1a31f4051163bf3dbf0bf22dc19a437fa41c')
package() {
cd "${pkgname}-${pkgver}"