summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2020-02-05 12:11:53 +0800
committerlilac2020-02-05 12:11:53 +0800
commit5fefa74f43569ebc08645af7c57b0c7f1f6f90af (patch)
tree321051d9ab3c2491347f7f1568fc4611e1ca838c /PKGBUILD
parentaf468c74cdd2fa6334bee8b4837adf57a31970d6 (diff)
downloadaur-emacs-projectile.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 843fe5a0baea..bf8aaa63e2c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Alex Whitt <alex.joseph.whitt@gmail.com>
pkgname=emacs-projectile
-pkgver=2.0.0
-pkgrel=11
+pkgver=2.1.0
+pkgrel=1
pkgdesc="Project Interaction Library for Emacs"
arch=(any)
url="https://github.com/bbatsov/projectile"
license=('GPL3')
depends=('emacs' 'emacs-pkg-info')
source=("https://github.com/bbatsov/projectile/archive/v${pkgver}.tar.gz")
-sha256sums=('4996f72ee8520983bee9b79c9a69ccca9bdd989fce07d66b854eb1bedc86fa3a')
+sha256sums=('c74fc6f062ea16af9ffcec67f8ce379e56819f1a359ac86b670cf7cfe2415f7a')
build() {
cd "${srcdir}/projectile-${pkgver}"