summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBen Aaron Goldberg2020-11-08 07:13:12 -0500
committerBen Aaron Goldberg2020-11-08 07:13:12 -0500
commite83a324fd1f7dedc8b933a8195be4d9a6d70c58d (patch)
tree07172c74e526f73afb0b4a34d7bbd7f7a4fc64a6 /PKGBUILD
parent12e709335efaa636ad67a3c68f3308ca258a3aab (diff)
downloadaur-e83a324fd1f7dedc8b933a8195be4d9a6d70c58d.tar.gz
Updated to 1.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d66563c51a44..77a8aade2858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Ben Golberg <ben@benaaron.dev>
+# Maintainer: Ben Aaron Golberg <ben@benaaron.dev>
pkgname=geticons
-pkgver=0.1.0
+pkgver=1.0.0
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=('3cd90163a7f7e3588ba87bd50ef1ddaad14e583d4a5a656ef02fc414d9933239')
+sha256sums=('9443c4aa1d0180f0122b6e16f927a958d363ab4eb2e7c28391956f6c0b0798d5')
build() {
cd "${pkgname}-${pkgver}"