summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-04-23 19:14:40 +0000
committerAUR updater2020-04-23 19:14:40 +0000
commita8b948fd326ea46ba3f2f070892dd3a52cf95330 (patch)
tree219cb61bb37895a6fa58a5a975cc99148fba6662
parent536ffcdba9f46ade670419739414225ac8ec3843 (diff)
downloadaur-a8b948fd326ea46ba3f2f070892dd3a52cf95330.tar.gz
Update to version 0.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc1ad0126e59..d1c608f0cdd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vimtips
pkgdesc = A tool to aggregate and show vim tips from different sources.
- pkgver = 0.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/IngoHeimbach/vimtips
arch = any
@@ -11,8 +11,8 @@ pkgbase = vimtips
depends = python-pyquery
depends = python-requests
depends = python-psutil
- source = https://github.com/IngoHeimbach/vimtips/archive/v0.2.4.tar.gz
- sha256sums = 3387383dc5bb7ccdf6c446697dc3490d42a65c38c2c603cf30344234bb68e85b
+ source = https://github.com/IngoHeimbach/vimtips/archive/v0.2.5.tar.gz
+ sha256sums = a4aea4b395f9e834fbabd28fd651c99d63b7362edd98fd0acdb74e4c860db140
pkgname = vimtips
diff --git a/PKGBUILD b/PKGBUILD
index f29e0bc91b35..1476199ffa0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="vimtips"
-pkgver="0.2.4"
+pkgver="0.2.5"
pkgrel="1"
pkgdesc="A tool to aggregate and show vim tips from different sources."
arch=("any")
@@ -11,7 +11,7 @@ depends=("python" "python-pyqt5" "python-pyquery" "python-requests"
"python-psutil")
makedepends=("python-setuptools")
source=("https://github.com/IngoHeimbach/vimtips/archive/v${pkgver}.tar.gz")
-sha256sums=("3387383dc5bb7ccdf6c446697dc3490d42a65c38c2c603cf30344234bb68e85b")
+sha256sums=("a4aea4b395f9e834fbabd28fd651c99d63b7362edd98fd0acdb74e4c860db140")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return