summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Eyolfson2018-11-13 11:46:17 -0500
committerJon Eyolfson2018-11-13 11:46:17 -0500
commitc6fcc606070a7e557d31c964815109cb15e92cf3 (patch)
tree1f800f8472ef34596426722ce4ae5700575de9f5
parent09f21d33aa32346e34552fe71d25f4c5ed2dcdfe (diff)
downloadaur-c6fcc606070a7e557d31c964815109cb15e92cf3.tar.gz
Update to 0.13.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 697964bfb2aa..baa7f9097b01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = emacs-yasnippet
pkgdesc = Yet another snippet extension for Emacs
- pkgver = 0.12.2
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/joaotavora/yasnippet
arch = any
license = MIT
depends = emacs
- source = https://github.com/joaotavora/yasnippet/archive/0.12.2.tar.gz
- sha256sums = 85f12b40107e0587a86680b24c2de9ae947ec9d9af67afe2d7eb9807be5a4a06
+ source = https://github.com/joaotavora/yasnippet/archive/0.13.0.tar.gz
+ sha256sums = 8cde904564de987c9dd98e484854ecf8c51094ab4b5adf83cceb3f7542179a8a
pkgname = emacs-yasnippet
diff --git a/PKGBUILD b/PKGBUILD
index 124a5bb4ffa6..5709b5637ea2 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.12.2
+pkgver=0.13.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=('85f12b40107e0587a86680b24c2de9ae947ec9d9af67afe2d7eb9807be5a4a06')
+sha256sums=('8cde904564de987c9dd98e484854ecf8c51094ab4b5adf83cceb3f7542179a8a')
package() {
cd "${srcdir}/yasnippet-${pkgver}"