summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afaab68fe497..cd0ac74a8c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='pynote'
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Manage notes on the commandline"
arch=('any')
url="https://github.com/rumpelsepp/pynote"
@@ -11,7 +11,7 @@ provides=('pynote')
depends=('python' 'python-tabulate' 'python-arrow')
makedepends=('asciidoctor')
conflicts=('pynote-docs' 'pynote-git' 'pynote-docs-git')
-source=("git+https://github.com/rumpelsepp/pynote#commit=abbbaacedc4a6825abc70ed7ec18305e105ffc63")
+source=("git+https://github.com/rumpelsepp/pynote#tag=v$pkgver")
sha256sums=('SKIP')
install=pynote.install