summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBBaoVanC2021-02-21 20:38:05 -0600
committerBBaoVanC2021-02-21 20:38:05 -0600
commite813f5ecf728a68e26ca3f59cb0a453a9f00eec1 (patch)
tree7f6c3377d1a7af32f640062e3ad64eb6957a0723 /PKGBUILD
parent7cd02f57cfb25ff9edaead324d00e3a415fd9541 (diff)
downloadaur-e813f5ecf728a68e26ca3f59cb0a453a9f00eec1.tar.gz
Change propruhh to proprdev in source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"