summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"