summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmaël Bouya2017-01-19 13:21:59 +0100
committerIsmaël Bouya2017-01-19 13:21:59 +0100
commit2e9d10bda6e631a2b30e6e929ea73261860ce27b (patch)
tree42e52e0b059fab2779a1ef262573930d38d82a42
parente682b5589778e3db8eb7292c119c9c8ffb54ba27 (diff)
downloadaur-2e9d10bda6e631a2b30e6e929ea73261860ce27b.tar.gz
Use new repository
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49eef0c0971..62a9a7d1b80d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jan 19 08:33:29 UTC 2017
+# Thu Jan 19 12:21:23 UTC 2017
pkgbase = terminal_velocity-git
pkgdesc = A fast note-taking app for the UNIX terminal (patched)
- pkgver = 0.102.9062e85
+ pkgver = 0.102.1beb614
pkgrel = 1
- url = https://github.com/seanh/terminal_velocity
+ url = https://github.com/vhp/terminal_velocity
arch = any
license = GPL
makedepends = git
depends = python2-urwid
depends = python2-chardet
- source = git://github.com/seanh/terminal_velocity.git
+ source = git://github.com/vhp/terminal_velocity.git
source = 001_fix_shell_escape.patch
source = 002_sort_found_notes.patch
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 084d3511ff4a..32944c881c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=terminal_velocity
pkgname=terminal_velocity-git
-pkgver=0.102.9062e85
+pkgver=0.102.1beb614
pkgrel=1
pkgdesc="A fast note-taking app for the UNIX terminal (patched)"
arch=('any')
-url="https://github.com/seanh/terminal_velocity"
+url="https://github.com/vhp/terminal_velocity"
license=('GPL')
depends=("python2-urwid" "python2-chardet")
makedepends=('git')
source=(
- 'git://github.com/seanh/terminal_velocity.git'
+ 'git://github.com/vhp/terminal_velocity.git'
'001_fix_shell_escape.patch'
'002_sort_found_notes.patch'
)