summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZaViBiS2021-12-15 12:04:16 +0200
committerZaViBiS2021-12-15 12:04:16 +0200
commit8733ffb59c48eb02e5ba2549b4c9fd778aa93c4d (patch)
tree19fdd1a1ece90ff1b2e174cfc52dbdcce4bcdaac
parentac662dbe4c55d22c703471884ab2989ca68b35ef (diff)
downloadaur-8733ffb59c48eb02e5ba2549b4c9fd778aa93c4d.tar.gz
fix compatibility issues with Ubuntu
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5ae6b870c8..2e53d70639f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = treefetch
pkgdesc = A lightning-fast system fetch tool built with Rust.
- pkgver = v1.2.0
+ pkgver = v1.2.1
pkgrel = 1
url = https://github.com/angelofallars/treefetch.git
arch = x86_64
license = GPL3
- source = https://github.com/angelofallars/treefetch/releases/download/v1.2.0/treefetch
- md5sums = 3dee14788296ddfa6ec0ea64b8db9fcf
+ source = https://github.com/angelofallars/treefetch/releases/download/v1.2.1/treefetch
+ md5sums = c767dbb7ef831d405b7374d3997bcbac
pkgname = treefetch
diff --git a/PKGBUILD b/PKGBUILD
index ea449c42c1e8..0b21e9d481e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=treefetch
-pkgver="v1.2.0"
+pkgver="v1.2.1"
pkgrel=1
pkgdesc="A lightning-fast system fetch tool built with Rust."
url="https://github.com/angelofallars/treefetch.git"
arch=("x86_64")
license=('GPL3')
-md5sums=("3dee14788296ddfa6ec0ea64b8db9fcf")
+md5sums=("c767dbb7ef831d405b7374d3997bcbac")
source=("https://github.com/angelofallars/treefetch/releases/download/${pkgver}/treefetch")
package() {