summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {