summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Galibert2017-02-07 09:25:48 +0100
committerOlivier Galibert2017-02-07 09:25:48 +0100
commita82eee3fd64ec46436363daa814dfdc13ef27379 (patch)
tree2b7e30d0badb059cc5d29985a28b672b2ffa736e
parent1607c76c96138b0c023ef6694c428dc069d42d27 (diff)
downloadaur-a82eee3fd64ec46436363daa814dfdc13ef27379.tar.gz
Fix PKGBUILD, update to 0.0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40fc767d0246..63d893105f63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by makepkg 4.2.1
-# Sat Sep 12 11:42:22 UTC 2015
pkgbase = emacs-yaml-mode
pkgdesc = Emacs major mode for editing files in the YAML data serialization format
- pkgver = 0.0.12
+ pkgver = 0.0.13
pkgrel = 1
url = https://github.com/yoshiki/yaml-mode
install = emacs-yaml-mode.install
arch = any
license = GPL
depends = emacs
- source = https://github.com/yoshiki/yaml-mode/archive/v0.0.12.tar.gz
- md5sums = 8976243eee9d7df0fdb8fa99a698035a
+ source = https://github.com/yoshiki/yaml-mode/archive/v0.0.13.tar.gz
+ md5sums = 22a94319ba03a94578dfdfae11f8b5ae
pkgname = emacs-yaml-mode
diff --git a/PKGBUILD b/PKGBUILD
index bb740f3f4405..10bb4973c00b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Olivier Galibert <galibert@pobox.com>
# Contributor: Philip Mueller <mail at philip.in-aachen dot net>
pkgname=emacs-yaml-mode
-pkgver=0.0.12
+pkgver=0.0.13
pkgrel=1
pkgdesc="Emacs major mode for editing files in the YAML data serialization format"
arch=('any')
@@ -10,8 +10,8 @@ license=('GPL')
groups=()
depends=('emacs')
install=emacs-yaml-mode.install
-source=https://github.com/yoshiki/yaml-mode/archive/v$pkgver.tar.gz
-md5sums=('8976243eee9d7df0fdb8fa99a698035a')
+source=(https://github.com/yoshiki/yaml-mode/archive/v$pkgver.tar.gz)
+md5sums=('22a94319ba03a94578dfdfae11f8b5ae')
package() {
cd $srcdir/yaml-mode-$pkgver