summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Eyolfson2021-04-12 11:09:15 -0400
committerJon Eyolfson2021-04-12 11:09:15 -0400
commit3a366c44ee00e968327e55e1a2df2bae4689fb7d (patch)
tree2a00a2dbd78280efd4f3733908751faa5ed3b32e
parent0e8e5f760f6c519297a027b52145ce9ee38b3dde (diff)
downloadaur-emacs-undo-tree.tar.gz
Update to 0.8.1-1
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD10
3 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f1a56259e5..d2d9b0e5b267 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
-# Generated by mksrcinfo v8
-# Wed Apr 26 00:12:43 UTC 2017
pkgbase = emacs-undo-tree
pkgdesc = Replace Emacs' undo system with an intuitive tree-based system.
- pkgver = 0.6.6
- pkgrel = 2
- url = http://www.dr-qubit.org/tags/computing-code-emacs.html
+ pkgver = 0.8.1
+ pkgrel = 1
+ url = https://www.dr-qubit.org/undo-tree.html
install = emacs-undo-tree.install
arch = any
license = GPL
depends = emacs
+ depends = emacs-queue
provides = emacs-undo-tree
conflicts = emacs-undo-tree
- source = emacs-undo-tree::git+http://www.dr-qubit.org/git/undo-tree.git#tag=release/0.6.6
+ source = emacs-undo-tree::git+https://gitlab.com/tsc25/undo-tree#tag=release/0.8.1
sha256sums = SKIP
pkgname = emacs-undo-tree
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..6d70920de32c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/emacs-undo-tree
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() {