summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2022-03-26 21:15:45 +0200
committerConnor Etherington2022-03-26 21:15:45 +0200
commit105fd9b7572e5684d3481f08790766c5bd9c83f1 (patch)
tree363888c996d5110c6c21d4ee687e3c4727b11ab2
parent0b443ecaef3f2b0029918a36f4b1d75ce455f8aa (diff)
downloadaur-105fd9b7572e5684d3481f08790766c5bd9c83f1.tar.gz
Update 20220326
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a1cf936c5d8..01a1554cce7c 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.r1
+ pkgver = 1.0.1
pkgrel = 1
url = https://gitlab.com/qYp/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.r1-1-x86_64.pkg.tar.zst
- sha256sums = 4247db30c49a5715d376e0c2031699123565398ca44021042d163879939ad25f
+ source = https://gitlab.com/qYp/concise/-/raw/master/x86_64/shell-headers-1.0.1-1-x86_64.pkg.tar.zst
+ sha256sums = 6ac2c44aa499901e445e3eca9e73f6dbd4efb0ff77dd8230acfab53225c3aa6f
pkgname = shell-headers
diff --git a/PKGBUILD b/PKGBUILD
index 784484b9295e..999fece52908 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Connor Etherington <connor@concise.cc>
# ---
pkgname=shell-headers
-pkgver=1.0.r1
+pkgver=1.0.1
pkgrel=1
pkgdesc='Scripts provide colorful terminal headers, meant to be placed in your shells rc file'
arch=(x86_64)
@@ -10,7 +10,7 @@ license=('MIT')
depends=(lolcat)
makedepends=(git)
source=("https://gitlab.com/qYp/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst")
-sha256sums=('4247db30c49a5715d376e0c2031699123565398ca44021042d163879939ad25f')
+sha256sums=('6ac2c44aa499901e445e3eca9e73f6dbd4efb0ff77dd8230acfab53225c3aa6f')
package() {
install -Dm775 usr/bin/* -g wheel -o ${USER} -t "${pkgdir}/usr/bin/"