summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a531754989af..c1ca12e4d011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = shell-headers
pkgdesc = Scripts provide colorful terminal headers, meant to be placed in your shells rc file
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
- url = https://gitlab.com/qYp/shell-headers
+ url = https://gitlab.com/a4to/shell-headers
arch = x86_64
license = MIT
makedepends = git
depends = lolcat
- source = https://gitlab.com/qYp/concise/-/raw/master/x86_64/shell-headers-1.0.1-1-x86_64.pkg.tar.zst
- sha256sums = bd1523ae29536a0c8ed8648d6a8d3c65e2c097137fe507fbba4f5b54660c805c
+ source = https://gitlab.com/a4to/concise/-/raw/master/x86_64/shell-headers-1.0.2-1-x86_64.pkg.tar.zst
+ sha256sums = 3899a504af2f2de17b2d31e7ad628642a4c625c8d52f7aeb968cb4d6542a5a34
pkgname = shell-headers
diff --git a/PKGBUILD b/PKGBUILD
index 4138c3b26126..7c63b5a2de9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Connor Etherington <connor@concise.cc>
# ---
pkgname=shell-headers
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Scripts provide colorful terminal headers, meant to be placed in your shells rc file'
arch=(x86_64)
-url="https://gitlab.com/qYp/${pkgname}"
+url="https://gitlab.com/a4to/${pkgname}"
license=('MIT')
depends=(lolcat)
makedepends=(git)
-source=("https://gitlab.com/qYp/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst")
-sha256sums=('bd1523ae29536a0c8ed8648d6a8d3c65e2c097137fe507fbba4f5b54660c805c')
+source=("https://gitlab.com/a4to/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst")
+sha256sums=('3899a504af2f2de17b2d31e7ad628642a4c625c8d52f7aeb968cb4d6542a5a34')
package() {
install -Dm775 usr/bin/* -g wheel -o ${USER} -t "${pkgdir}/usr/bin/"