summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Joost van de Sande2021-04-12 09:53:52 +0200
committerPieter Joost van de Sande2021-04-12 09:53:52 +0200
commitac6e45aeaab744c4b63206128757599d1f9c45d7 (patch)
tree76aa3c24bf9be480a6a94eeeb34b0b9478ca3a61
parent0c87741fa8fd3cf41fdc13d0af5d9b5d5bd2ba84 (diff)
downloadaur-topalias.tar.gz
bump version 2.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bef6ec9c84f0..fa64fa454fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = topalias
pkgdesc = Linux bash/zsh alias generator and statistics from command history,
- pkgver = 2.0.15
+ pkgver = 2.0.20
pkgrel = 1
url = https://github.com/CSRedRat/topalias
arch = any
license = GNU
makedepends = python-setuptools
depends = python
- source = https://github.com/CSRedRat/topalias/archive/v2.0.15.tar.gz
- sha512sums = 20ef08a1999e89647ba9afe6f120376b9387aabc2cf43594fc700c84acc4e1089e7022fd1b449685bf7443179a649957d32234dbc8b03d54c36eba7ee08d389f
+ source = https://github.com/CSRedRat/topalias/archive/v2.0.20.tar.gz
+ sha512sums = 8c2c5d0e79ba0155e75c362b3c27ee36dff3d965609e14ba1bfef9a5e7fcd399d6309934c494ed59fc41cc56a68c4ef47f0c96c6684eefd802656b05d782ba93
pkgname = topalias
diff --git a/PKGBUILD b/PKGBUILD
index abe2e2fd2d1e..8dd823af74b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pieter Joost <pj@born2code.net>
pkgname=topalias
-pkgver=2.0.15
+pkgver=2.0.20
pkgrel=1
pkgdesc="Linux bash/zsh alias generator and statistics from command history,"
arch=('any')
@@ -9,7 +9,7 @@ license=('GNU')
depends=('python')
makedepends=('python-setuptools')
source=("$url/archive/v$pkgver.tar.gz")
-sha512sums=('20ef08a1999e89647ba9afe6f120376b9387aabc2cf43594fc700c84acc4e1089e7022fd1b449685bf7443179a649957d32234dbc8b03d54c36eba7ee08d389f')
+sha512sums=('8c2c5d0e79ba0155e75c362b3c27ee36dff3d965609e14ba1bfef9a5e7fcd399d6309934c494ed59fc41cc56a68c4ef47f0c96c6684eefd802656b05d782ba93')
build() {
cd "$pkgname-$pkgver"