summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33779c1fefbf..124a5bb4ffa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gianmarco Brocchi <brocchi@poisson.phc.unipi.it>
# Contributor: Hauke Wesselmann <hauke@h-dawg.de>
pkgname=emacs-yasnippet
-pkgver=0.11.0
+pkgver=0.12.2
pkgrel=1
pkgdesc="Yet another snippet extension for Emacs"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/joaotavora/yasnippet"
license=('MIT')
depends=('emacs')
source=("https://github.com/joaotavora/yasnippet/archive/${pkgver}.tar.gz")
-sha256sums=('05c7d47be7296add65519e2ed4f588120a60290635ebdb1a3e2b01376735b195')
+sha256sums=('85f12b40107e0587a86680b24c2de9ae947ec9d9af67afe2d7eb9807be5a4a06')
package() {
cd "${srcdir}/yasnippet-${pkgver}"