summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Aaron Goldberg2021-05-07 15:16:02 -0400
committerBen Aaron Goldberg2021-05-07 15:16:23 -0400
commitc9932c167ed20ce26ac7213593f29584333c6d5b (patch)
tree2f1bd9ace1ea08dc8c575e7bfb6c8f0cfb54c19c
parente83a324fd1f7dedc8b933a8195be4d9a6d70c58d (diff)
downloadaur-c9932c167ed20ce26ac7213593f29584333c6d5b.tar.gz
Update to 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f93d902983..125a84fc9b1e 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.0.0
+ pkgver = 1.1.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/1.0.0.tar.gz
- sha256sums = 9443c4aa1d0180f0122b6e16f927a958d363ab4eb2e7c28391956f6c0b0798d5
+ source = https://git.sr.ht/~zethra/geticons/archive/1.1.0.tar.gz
+ sha256sums = 6a099067a138a8e5406d21a28f69554bd99326256576b0280246540419e73ced
pkgname = geticons
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a8d60ed9e084
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg
+/src
+/*.tar*
+*.gz
diff --git a/PKGBUILD b/PKGBUILD
index 77a8aade2858..a9de9c63ad47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Aaron Golberg <ben@benaaron.dev>
pkgname=geticons
-pkgver=1.0.0
+pkgver=1.1.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=('9443c4aa1d0180f0122b6e16f927a958d363ab4eb2e7c28391956f6c0b0798d5')
+sha256sums=('6a099067a138a8e5406d21a28f69554bd99326256576b0280246540419e73ced')
build() {
cd "${pkgname}-${pkgver}"