summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-06-07 19:14:07 +0200
committerhaawda2018-06-07 19:14:07 +0200
commit41b9d6f5d5a291d9a2313ec7708fa9abbe0e2efe (patch)
tree61035bbff4670ea9db0669318da25bea980f160b /PKGBUILD
parent1dc3a9d16c111e9a07646060c93dc91873a4d590 (diff)
downloadaur-41b9d6f5d5a291d9a2313ec7708fa9abbe0e2efe.tar.gz
use epoch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8af7504366aa..71a73bed9f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
+epoch=1
pkgver=0.13.0.r3.ge67592c
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
@@ -10,7 +11,7 @@ makedepends=('git')
provides=('emacs-yasnippet')
conflicts=('emacs-yasnippet')
install=yasnippet.install
-source=('git+https://github.com/capitaomorte/yasnippet')
+source=('git+https://github.com/joaotavora/yasnippet')
md5sums=('SKIP')
_gitname=yasnippet