summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThatOneCalculator2022-06-24 10:17:39 -0700
committerThatOneCalculator2022-06-24 10:17:39 -0700
commite160f00501518fe3ee48bab78be997cf740761a7 (patch)
treecb9d695f2a4b4ac6b5c7f94428ff37b18e4e2d92
parent45728ce4cd0fbc61b85aa0f9f8c03a7c63596e8a (diff)
downloadaur-e160f00501518fe3ee48bab78be997cf740761a7.tar.gz
Codeberg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9754e1857a1..eed35d4b2c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nerdfetch
pkgdesc = A POSIX fetch using NerdFonts
pkgver = 5.0.2
- pkgrel = 1
- url = https://github.com/ThatOneCalculator/NerdFetch
+ pkgrel = 2
+ url = https://codeberg.org/thatonecalculator/NerdFetch
arch = any
license = GPL
makedepends = git
- source = https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v5.0.2.tar.gz
+ source = https://codeberg.org/thatonecalculator/NerdFetch/archive/v5.0.2.tar.gz
md5sums = SKIP
pkgname = nerdfetch
diff --git a/PKGBUILD b/PKGBUILD
index 36a4ab84bdf7..7f46e26f5381 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: ThatOneCalculator (Kainoa Kanter) <kainoakanter@gmail.com>
pkgname="nerdfetch"
pkgver=5.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A POSIX fetch using NerdFonts"
arch=('any')
-url="https://github.com/ThatOneCalculator/NerdFetch"
+url="https://codeberg.org/thatonecalculator/NerdFetch"
license=('GPL')
makedepends=('git')
-source=("https://github.com/ThatOneCalculator/NerdFetch/archive/refs/tags/v${pkgver}.tar.gz")
+source=("https://codeberg.org/thatonecalculator/NerdFetch/archive/v${pkgver}.tar.gz")
noextract=()
md5sums=('SKIP')