summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-01-14 22:32:00 +0100
committerhaawda2019-01-14 22:32:00 +0100
commit9e8c8910ef7aea6f82fd032a594f485529b6caae (patch)
treea237d95902cda59cba1e09b72d04d9825b0d61d4 /PKGBUILD
parent6ed38bbcbafc3e40840857a736c674aadef625bb (diff)
downloadaur-9e8c8910ef7aea6f82fd032a594f485529b6caae.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b3710554cc3..84d7dccc12b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgsrcname=cider
_pkgmaintainer=clojure-emacs
_pkgdestdirname=cider
_versionprefix=v
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc="The Clojure Interactive Development Environment that Rocks for Emacs"
pkgname=emacs-${_pkgdestdirname}
@@ -13,7 +13,7 @@ url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}"
license=('GPL3')
depends=('emacs' 'emacs-clojure-mode' 'emacs-pkg-info' 'emacs-queue' 'emacs-spinner' 'emacs-sesman' 'emacs-seq')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/${_versionprefix}${pkgver}.tar.gz")
-sha256sums=('772714234ce2ef49fe6b46d76f26ae038f0c464944089605d522d44663ffd925')
+sha256sums=('02c244c20d37f1ac6326a1e0e61f2ef4ae0fdf038d75caaa8e21b2428f4c0781')
install=${pkgname}.install
build() {