summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab7003e814c..d41c317a0dbc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nekofetch-git
pkgdesc = neofetch but with nekos
pkgver = r30.0e8a74b
- pkgrel = 2
- url = https://github.com/propruhh/nekofetch
+ pkgrel = 3
+ url = https://github.com/proprdev/nekofetch
arch = any
license = GPL3
makedepends = git
@@ -14,8 +14,7 @@ pkgbase = nekofetch-git
optdepends = imagemagick: support for kitty image backend
provides = nekofetch
conflicts = nekofetch
- source = git+https://github.com/propruhh/nekofetch.git#branch=master
+ source = git+https://github.com/proprdev/nekofetch.git#branch=master
sha256sums = SKIP
pkgname = nekofetch-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f83b711b7e27..59b3be2f1ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,18 @@ _pkgname=nekofetch
_branch=master
pkgname=$_pkgname-git
pkgver=r30.0e8a74b
-pkgrel=2
+pkgrel=3
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)
conflicts=($_pkgname)
-source=("git+https://github.com/propruhh/$_pkgname.git#branch=${_branch}")
+source=("git+$url.git#branch=${_branch}")
sha256sums=('SKIP')
_makeopts="--directory=$_pkgname"