summarylogtreecommitdiffstats
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
parent12e709335efaa636ad67a3c68f3308ca258a3aab (diff)
downloadaur-e83a324fd1f7dedc8b933a8195be4d9a6d70c58d.tar.gz
Updated to 1.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9edcce6b978c..b0f93d902983 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geticons
pkgdesc = CLI tool to get icons on Linux and other Freedesktop systems
- pkgver = 0.1.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://git.sr.ht/~zethra/geticons
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = geticons
makedepends = cargo
depends = bash
depends = icons-in-terminal
- source = https://git.sr.ht/~zethra/geticons/archive/0.1.0.tar.gz
- sha256sums = 3cd90163a7f7e3588ba87bd50ef1ddaad14e583d4a5a656ef02fc414d9933239
+ source = https://git.sr.ht/~zethra/geticons/archive/1.0.0.tar.gz
+ sha256sums = 9443c4aa1d0180f0122b6e16f927a958d363ab4eb2e7c28391956f6c0b0798d5
pkgname = geticons
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}"