summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-04 12:33:47 +0200
committerhaawda2018-10-04 12:33:47 +0200
commit96ff7726cda85150e56941a4f26c6715501e8a97 (patch)
tree08bd90d579c526ad470dcd6eab9c0603dfd5aacd
parent41b9d6f5d5a291d9a2313ec7708fa9abbe0e2efe (diff)
downloadaur-96ff7726cda85150e56941a4f26c6715501e8a97.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce6348aab3cd..9cec4a8a87e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = emacs-yasnippet-git
pkgdesc = Yet another template system for Emacs - git version
- pkgver = 0.13.0.r3.ge67592c
+ pkgver = 0.13.0.r7.g7a178a2
pkgrel = 1
epoch = 1
- url = https://github.com/capitaomorte/yasnippet
+ url = https://github.com/joaotavora/yasnippet
install = yasnippet.install
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 71a73bed9f4d..c280b12d2190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-yasnippet-git
epoch=1
-pkgver=0.13.0.r3.ge67592c
+pkgver=0.13.0.r7.g7a178a2
pkgrel=1
pkgdesc="Yet another template system for Emacs - git version"
arch=('any')
-url="https://github.com/capitaomorte/yasnippet"
+url="https://github.com/joaotavora/yasnippet"
license=('GPL')
makedepends=('git')
provides=('emacs-yasnippet')