summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e4e7a1af62e..677371604378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=terminal_velocity
pkgname=terminal_velocity-git
-pkgver=0.1a7.r19.g1beb614
+pkgver=0.1a7.r21.gbb2000b
pkgrel=1
pkgdesc="A fast note-taking app for the UNIX terminal (patched)"
arch=('any')
@@ -12,11 +12,9 @@ depends=("python2-urwid" "python2-chardet")
makedepends=('git')
source=(
'git://github.com/vhp/terminal_velocity.git'
- '001_fix_shell_escape.patch'
'002_sort_found_notes.patch'
)
sha1sums=('SKIP'
- '92addaf76d635bf0ece018c8b35bb6a70740a1ae'
'426613e5620251c37854e489b21e4790c6c7df3b')
pkgver() {
@@ -26,7 +24,6 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname/$_pkgname"
- patch -p1 < ../../001_fix_shell_escape.patch
patch -p1 < ../../002_sort_found_notes.patch
cd "$srcdir/$_pkgname"
python2 setup.py build