summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorllathasa-veleth2022-02-02 20:40:01 +0300
committerllathasa-veleth2022-02-02 20:40:01 +0300
commitfcbe85bf2cdb84ce3bee7bc568c6249f664fb605 (patch)
tree41eec07623dad0668c659f2ee0fff5eafde39c27
parent51c0dd04daf1050adecfa6abf76fb1447f21aafa (diff)
downloadaur-fcbe85bf2cdb84ce3bee7bc568c6249f664fb605.tar.gz
3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8aaef8956f0..4be68d670216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = disfetch
pkgdesc = Yet another *nix distro fetching program, but less complex.
- pkgver = 3.5
+ pkgver = 3.6
pkgrel = 1
url = https://github.com/llathasa-veleth/disfetch
arch = any
license = MIT
depends = xorg-xprop
- source = disfetch-3.5.tar.gz::https://github.com/llathasa-veleth/disfetch/archive/3.5.tar.gz
- sha256sums = 6e02faccf2c978cf7273734229e20abd756203fe90d7132b79e67f158d139c9f
+ source = disfetch-3.6.tar.gz::https://github.com/llathasa-veleth/disfetch/archive/3.6.tar.gz
+ sha256sums = 7e067522133b047e29da97312eb7867182721f4d92979b8af3e804a72be7da9d
pkgname = disfetch
diff --git a/PKGBUILD b/PKGBUILD
index 047ce1ab44e3..ab8f10145a7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Llathasa Veleth <llathasa at outlook dot com>
pkgname=disfetch
-pkgver=3.5
+pkgver=3.6
pkgrel=1
pkgdesc='Yet another *nix distro fetching program, but less complex.'
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/llathasa-veleth/$pkgname"
license=('MIT')
depends=('xorg-xprop')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('6e02faccf2c978cf7273734229e20abd756203fe90d7132b79e67f158d139c9f')
+sha256sums=('7e067522133b047e29da97312eb7867182721f4d92979b8af3e804a72be7da9d')
package() {
cd "$pkgname-$pkgver"