summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parente682b5589778e3db8eb7292c119c9c8ffb54ba27 (diff)
downloadaur-2e9d10bda6e631a2b30e6e929ea73261860ce27b.tar.gz
Use new repository
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'
)