summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-12-02 13:28:45 +0100
committerDaniel Peukert2020-12-02 13:28:45 +0100
commitd2f369da894e9c206ae426c03757985932b115e0 (patch)
treed6d9f718c4ee5e8e5ec2af06b2986e074f012a88
parent8a03e4ec64de7806b689144584ca9f11b2307ef4 (diff)
downloadaur-d2f369da894e9c206ae426c03757985932b115e0.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c98740d6a69a..3b5928dcfd31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shd-git
pkgdesc = Console tool to display drive list with commonly checked smart info - git version
pkgver = r26.166aa73
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alttch/shd
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b5a3d3bfc88d..db61953a181e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Daniel Peukert <dan.peukert@gmail.com>
+# Maintainer: Daniel Peukert <daniel@peukert.cc>
_pkgname='shd'
pkgname="$_pkgname-git"
pkgver='r26.166aa73'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Console tool to display drive list with commonly checked smart info - git version'
arch=('any')
url="https://github.com/alttch/$_pkgname"