summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e68423e6f3..8a612d4dd6b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 31 16:59:05 UTC 2016
+# Fri Jun 3 17:20:14 UTC 2016
pkgbase = pynote
pkgdesc = Manage notes on the commandline
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rumpelsepp/pynote
install = pynote.install
arch = any
@@ -16,7 +16,7 @@ pkgbase = pynote
conflicts = pynote-docs
conflicts = pynote-git
conflicts = pynote-docs-git
- source = git+https://github.com/rumpelsepp/pynote#commit=abbbaacedc4a6825abc70ed7ec18305e105ffc63
+ source = git+https://github.com/rumpelsepp/pynote#tag=v2.0.0
sha256sums = SKIP
pkgname = pynote
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