summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAUR updater2021-08-17 06:54:09 +0000
committerAUR updater2021-08-17 06:54:09 +0000
commit968c7a36d000b4acd33f1ddfec57d09118cb316a (patch)
tree50d8ec234d7f8efa925375fddbbc2b1b1ba80aec /PKGBUILD
parent3299cf1ed3ce5a1e2e0b2bd6c664a2e52c1ebe5c (diff)
downloadaur-vimtips.tar.gz
Update to version 0.2.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1864e5223cd..034896843ad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Ingo Meyer <IJ_M@gmx.de>
pkgname="vimtips"
-pkgver="0.2.6"
-pkgrel="2"
+pkgver="0.2.7"
+pkgrel="1"
pkgdesc="A tool to aggregate and show vim tips from different sources."
arch=("any")
url="https://github.com/IngoMeyer441/vimtips"
@@ -11,7 +11,7 @@ depends=("python" "python-pyqt5" "python-pyquery" "python-requests"
"python-psutil")
makedepends=("python-setuptools")
source=("https://github.com/IngoMeyer441/vimtips/archive/v${pkgver}.tar.gz")
-sha256sums=("05b35be8455619e27581c6d51c2c2cc0851bb177e451d8de6b17dc6ec7124405")
+sha256sums=("56f1ca714b203d8c88a29eeda12110488b55cf0d6545bc5c0611417266482287")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return