makedeb


tap 2.0.5-1


MPR in your pocket

Click here to go back to the commit logs for tap.

Commit:


Hash: 0c60457cbf0bc5ee695dcbfa0af146871ca7eff0

Message: Updated version to 0.28.5-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 05970e1..f0f0f8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = tap
 	pkgdesc = MPR in your pocket
-	pkgver = 0.27.0
+	pkgver = 0.28.5
 	pkgrel = 1
 	url = https://github.com/hwittenborn/tap
 	arch = any
@@ -12,7 +12,7 @@ pkgbase = tap
 	depends = bash-completion
 	depends = jq
 	conflicts = node-tap
-	source = git+https://github.com/hwittenborn/tap/#tag=v0.27.0
+	source = git+https://github.com/hwittenborn/tap/#tag=v0.28.5-1
 	sha256sums = SKIP
 
 pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index 4ec75ff..7e8b693 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=tap
-pkgver=0.27.0
+pkgver=0.28.5
 pkgrel=1
 pkgdesc="MPR in your pocket"
 arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
 control_fields=("MPR-Package: ${pkgname}")
 url="https://github.com/hwittenborn/tap"
 
-source=("git+${url}/#tag=v${pkgver}")
+source=("git+${url}/#tag=v${pkgver}-${pkgrel}")
 sha256sums=('SKIP')
 
 prepare() {