summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracgtyrant2015-12-24 11:40:49 +0800
committeracgtyrant2015-12-24 11:40:49 +0800
commit8004441e80b551337ba40fe7619573346d76870c (patch)
treeb25c72485971c3ddc9fc226d6dda58344cde31ee
parent025b9b50762fcf734756b848c8d2990ca2316da3 (diff)
downloadaur-8004441e80b551337ba40fe7619573346d76870c.tar.gz
update the pkgrel and .SRCINFO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff7f7fd4862..b815eba35513 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 12:08:24 UTC 2015
+# Thu Dec 24 03:40:41 UTC 2015
pkgbase = search-and-view-git
pkgdesc = Tools to make searching and viewing easy.
pkgver = r12.df55f03
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lilydjwg/search-and-view
arch = any
license = GPL3
@@ -12,8 +12,8 @@ pkgbase = search-and-view-git
depends = the_silver_searcher
depends = python
depends = python-easygui
- depends = vim
optdepends = python-setproctitle: agv support
+ optdepends = vim: vv support
source = git+https://github.com/lilydjwg/search-and-view.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 977fe310aaeb..08bd7dad7449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=search-and-view
pkgname=${_pkgname}-git
pkgver=r12.df55f03
-pkgrel=1
+pkgrel=2
pkgdesc="Tools to make searching and viewing easy."
arch=('any')
url="https://github.com/lilydjwg/search-and-view"