summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vogt2020-07-27 10:01:11 +0200
committerDavid Vogt2020-07-27 10:01:11 +0200
commita85f6e203f3e0787a17bd8e560bb1094d3d7116b (patch)
treec6ddf50367c5b80783106d705a2b0a6ead13dadd
parent15915c028368769b06f76538d984b8f66b7e46d8 (diff)
downloadaur-notevim-git.tar.gz
bump, update dependencies (no more python2)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd86ca45e0e7..4820ee38a39a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = notevim-git
pkgdesc = A script to help you manage your notes and access them quickly
- pkgver = 0.r24.94b8b95
+ pkgver = 0.r26.8ede414
pkgrel = 1
url = https://github.com/winged/notevim
arch = x86_64
arch = i686
license = BSD
depends = wmctrl
- optdepends = python2-neovim: If you want to use it with Neovim
+ optdepends = python-neovim: If you want to use it with Neovim
provides = notevim
provides = notevim-git
source = notevim-git::git://github.com/winged/notevim.git
diff --git a/PKGBUILD b/PKGBUILD
index ab0067377c96..fcfd0f58468f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# This PKGBUILD is maintained at https://github.com/winged/aur-packages
pkgname=notevim-git
-pkgver=0.r24.94b8b95
+pkgver=0.r26.8ede414
pkgrel=1
pkgdesc="A script to help you manage your notes and access them quickly"
arch=('x86_64' 'i686')
@@ -11,8 +11,7 @@ url='https://github.com/winged/notevim'
depends=('wmctrl')
provides=('notevim' 'notevim-git')
conflicts=()
-#makedepends=('python2-setuptools')
-optdepends=('python2-neovim: If you want to use it with Neovim')
+optdepends=('python-neovim: If you want to use it with Neovim')
source=("$pkgname::git://github.com/winged/notevim.git"
"LICENSE::https://raw.githubusercontent.com/winged/notevim/master/LICENSE")