summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Zenin2022-01-11 20:14:19 +0300
committerIvan Zenin2022-01-11 20:14:19 +0300
commitb92b3dd1d7ba7b48f23c9de4891ffd870cfda5e6 (patch)
tree0c9c23f7982f8bd54dd733a8e5d80ed6268c9093 /PKGBUILD
parent4284c8082a8ba0b9d48d697168436bb463089d87 (diff)
downloadaur-b92b3dd1d7ba7b48f23c9de4891ffd870cfda5e6.tar.gz
Update to 2.1.8
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91dbc497dbbf..96a3114f5a23 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ivan Zenin <i.zenin@gmx.com>
pkgname=pinboard
-pkgver=2.1.2
+pkgver=2.1.8
pkgrel=1
pkgdesc="a full-featured Python wrapper for the Pinboard API (stable version)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=("python")
provides=('pinboard')
conflicts=('pinboard-git')
makedepends=('git')
-source=("git+git://github.com/lionheart/pinboard.py.git#tag=2.1.2")
+source=("git+https://github.com/lionheart/pinboard.py.git#tag=2.1.8")
md5sums=('SKIP')
package() {