summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milenov2023-07-20 20:30:55 +0200
committerDaniel Milenov2023-07-20 20:30:55 +0200
commiteea3d51b5efe0da2b1762d3de0c16e9700915545 (patch)
treeb2509af147648702fa129c9dddea8c32e6365df4
parent458076c53e87d92cc1944734cace5cbbea4cafbd (diff)
downloadaur-eea3d51b5efe0da2b1762d3de0c16e9700915545.tar.gz
Fix warnings when building
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3eaf7d0b870..96a089c3e534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghfetch
pkgdesc = A nice way to display CLI Github user / repo / organization info inspired in neofetch
- pkgver = 1.4.0
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/ghfetch/ghfetch
arch = any
@@ -12,7 +12,7 @@ pkgbase = ghfetch
depends = python-requests
depends = python-pillow
depends = python-rich
- source = ghfetch-v1.4.0.tar.gz::https://github.com/ghfetch/ghfetch/archive/refs/tags/v1.4.0.tar.gz
+ source = ghfetch-v1.4.1.tar.gz::https://github.com/ghfetch/ghfetch/archive/refs/tags/v1.4.1.tar.gz
md5sums = SKIP
pkgname = ghfetch
diff --git a/PKGBUILD b/PKGBUILD
index f8a71a845fee..75ca2541cf9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Milenov <nullgaro@gmail.com>
# Contributor: Mario Sánchez <icutum@hotmail.com>
pkgname='ghfetch'
-pkgver='1.4.0'
+pkgver='1.4.1'
pkgrel=1
pkgdesc="A nice way to display CLI Github user / repo / organization info inspired in neofetch"
arch=('any')