diff options
author | loh.tar | 2018-12-13 15:29:28 +0100 |
---|---|---|
committer | loh.tar | 2018-12-13 15:29:28 +0100 |
commit | 042fed1c67bb2fdbc3a651a71619ee0aa6cc706e (patch) | |
tree | 82d46849b39a4bf9a085998d28fa655339942c68 /PKGBUILD | |
parent | 41bda46e8458e04c19d79b3e32069163699f9260 (diff) | |
download | aur-042fed1c67bb2fdbc3a651a71619ee0aa6cc706e.tar.gz |
Update to 0.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Thanks to kate-latex-plugin.git which was my starting point for this PKGBUILD pkgname="kate-indexview-plugin" _pkgname="KatePlugin-IndexView" -pkgver="0.8.2" +pkgver="0.8.3" pkgrel="1" pkgdesc="A fork from Kate's SymbolViewer plugin with a couple of improvements" arch=("i686" "x86_64") @@ -11,7 +11,7 @@ license=("LGPL") depends=("kate") makedepends=("cmake" "extra-cmake-modules") source=("$pkgname-$pkgver.tar.gz::https://github.com/loh-tar/$_pkgname/archive/v$pkgver.tar.gz") -md5sums=('144dddbd4702fb7326e754b2d4ec87e0') +md5sums=('343fb49a0b1220b6a8bdfbebaf865941') build() { |