summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSashanoraa2022-09-24 02:51:43 -0400
committerSashanoraa2022-09-24 02:51:43 -0400
commitbf3f5cf39f7dc64f0a65c0524b9751c5cdcbee55 (patch)
treecee792bc504b78a8c97cd40c0f0a5cdb6d05b352
parentc9932c167ed20ce26ac7213593f29584333c6d5b (diff)
downloadaur-geticons.tar.gz
1.2.2
Signed-off-by: Sashanoraa <sasha@noraa.gay>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 125a84fc9b1e..079e93e0a863 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geticons
pkgdesc = CLI tool to get icons on Linux and other Freedesktop systems
- pkgver = 1.1.0
+ pkgver = 1.2.2
pkgrel = 1
url = https://git.sr.ht/~zethra/geticons
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = geticons
makedepends = cargo
depends = bash
depends = icons-in-terminal
- source = https://git.sr.ht/~zethra/geticons/archive/1.1.0.tar.gz
- sha256sums = 6a099067a138a8e5406d21a28f69554bd99326256576b0280246540419e73ced
+ source = https://git.sr.ht/~zethra/geticons/archive/1.2.2.tar.gz
+ sha256sums = 06db43615711cb00de2eea9ee0b33823bf51f61e640fe99ad4bf7ec3bf99f41e
pkgname = geticons
-
diff --git a/PKGBUILD b/PKGBUILD
index a9de9c63ad47..a0f50d590649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Aaron Golberg <ben@benaaron.dev>
pkgname=geticons
-pkgver=1.1.0
+pkgver=1.2.2
pkgrel=1
pkgdesc="CLI tool to get icons on Linux and other Freedesktop systems"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('bash' 'icons-in-terminal')
url="https://git.sr.ht/~zethra/geticons"
license=('GPL')
source=("https://git.sr.ht/~zethra/geticons/archive/${pkgver}.tar.gz")
-sha256sums=('6a099067a138a8e5406d21a28f69554bd99326256576b0280246540419e73ced')
+sha256sums=('06db43615711cb00de2eea9ee0b33823bf51f61e640fe99ad4bf7ec3bf99f41e')
build() {
cd "${pkgname}-${pkgver}"