summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJon Eyolfson2021-04-12 11:09:15 -0400
committerJon Eyolfson2021-04-12 11:09:15 -0400
commit3a366c44ee00e968327e55e1a2df2bae4689fb7d (patch)
tree2a00a2dbd78280efd4f3733908751faa5ed3b32e /PKGBUILD
parent0e8e5f760f6c519297a027b52145ce9ee38b3dde (diff)
downloadaur-emacs-undo-tree.tar.gz
Update to 0.8.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 857f78a27311..798d88446473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Jon Eyolfson <jon@eyl.io>
# Contributor: listx <linusarver <at> gmail <dot> com>
pkgname=emacs-undo-tree
-pkgver=0.6.6
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
pkgdesc="Replace Emacs' undo system with an intuitive tree-based system."
arch=('any')
-url="http://www.dr-qubit.org/tags/computing-code-emacs.html"
-depends=('emacs')
+url="https://www.dr-qubit.org/undo-tree.html"
+depends=('emacs' 'emacs-queue')
license=('GPL')
provides=('emacs-undo-tree')
conflicts=('emacs-undo-tree')
install=$pkgname.install
-source=("$pkgname"::'git+http://www.dr-qubit.org/git/undo-tree.git#tag=release/0.6.6')
+source=("$pkgname"::"git+https://gitlab.com/tsc25/undo-tree#tag=release/$pkgver")
sha256sums=('SKIP')
build() {