summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Eyolfson2017-01-14 14:55:30 -0500
committerJon Eyolfson2017-01-14 14:55:30 -0500
commit641fa18677b2179c13395439707a751a9bb3cd92 (patch)
treea54b3d08097cf74c8c56afeb3094a2f547238033
parenta6d76f1d2e2d13180832cd85578ce9d7c59cdaa1 (diff)
downloadaur-641fa18677b2179c13395439707a751a9bb3cd92.tar.gz
Update to 0.11.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc32cadbb72b..d95b36ad6109 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = emacs-yasnippet
pkgdesc = Yet another snippet extension for Emacs
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/joaotavora/yasnippet
arch = any
license = MIT
depends = emacs
- source = https://github.com/joaotavora/yasnippet/archive/0.10.0.tar.gz
- sha256sums = 3817fb04dc3a333e315fb5b50f8403620dc953d9c8494598e1b8a12843fa3ba8
+ source = https://github.com/joaotavora/yasnippet/archive/0.11.0.tar.gz
+ sha256sums = 05c7d47be7296add65519e2ed4f588120a60290635ebdb1a3e2b01376735b195
pkgname = emacs-yasnippet
diff --git a/PKGBUILD b/PKGBUILD
index cd76847536a1..33779c1fefbf 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.10.0
+pkgver=0.11.0
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=('3817fb04dc3a333e315fb5b50f8403620dc953d9c8494598e1b8a12843fa3ba8')
+sha256sums=('05c7d47be7296add65519e2ed4f588120a60290635ebdb1a3e2b01376735b195')
package() {
cd "${srcdir}/yasnippet-${pkgver}"