summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR updater2020-03-04 13:33:15 +0000
committerAUR updater2020-03-04 13:33:15 +0000
commit536ffcdba9f46ade670419739414225ac8ec3843 (patch)
tree837868d4c58de28149b91584ee12a9ed787fb92c
parentc2b09feeef660426faa46e715eedaa6617e062ff (diff)
downloadaur-536ffcdba9f46ade670419739414225ac8ec3843.tar.gz
Update to version 0.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 707caf28a73e..bc1ad0126e59 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.3
+ pkgver = 0.2.4
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.3.tar.gz
- sha256sums = 8773d6ef00caadb95c4a7c14c1320f2bf64e1a90d31b37924f064da138239dae
+ source = https://github.com/IngoHeimbach/vimtips/archive/v0.2.4.tar.gz
+ sha256sums = 3387383dc5bb7ccdf6c446697dc3490d42a65c38c2c603cf30344234bb68e85b
pkgname = vimtips
diff --git a/PKGBUILD b/PKGBUILD
index 6104fe47faf2..f29e0bc91b35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="vimtips"
-pkgver="0.2.3"
+pkgver="0.2.4"
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=("8773d6ef00caadb95c4a7c14c1320f2bf64e1a90d31b37924f064da138239dae")
+sha256sums=("3387383dc5bb7ccdf6c446697dc3490d42a65c38c2c603cf30344234bb68e85b")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return