summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBBaoVanC2021-02-21 20:32:33 -0600
committerBBaoVanC2021-02-21 20:33:16 -0600
commitcaa5ecffaf041d97e7401a88ea34b6eb1bd9ab0f (patch)
treebabb7a78fccae6514a09b75371de95b34aa26a86
parent8203240eceed4f0ecc11d86b67dac20d4aac3e31 (diff)
downloadaur-caa5ecffaf041d97e7401a88ea34b6eb1bd9ab0f.tar.gz
Change propruhh to proprdev in source url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835d14913187..173681d554df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,7 @@ pkgbase = nekofetch
depends = neofetch
optdepends = imagemagick: support for kitty image backend
provides = nekofetch
- source = https://github.com/propruhh/nekofetch/archive/v1.3.2.tar.gz
+ source = https://github.com/proprdev/nekofetch/archive/v1.3.2.tar.gz
sha256sums = e5e82c03385948fb33376d8a453589ebd5a9f2c7856503fbdfd568da9375c4da
pkgname = nekofetch
-
diff --git a/PKGBUILD b/PKGBUILD
index 13a0f48f7911..6f1c8732dfab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=(curl jq jp2a neofetch)
optdepends=('imagemagick: support for kitty image backend')
makedepends=(git make)
provides=(${pkgname})
-source=("https://github.com/propruhh/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("https://github.com/proprdev/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('e5e82c03385948fb33376d8a453589ebd5a9f2c7856503fbdfd568da9375c4da')
package() {