makedeb


tap 2.0.5-1


MPR in your pocket

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

Commit:


Hash: 51661450770db0aae515382811bd22c5ba2d3b88

Message: Updated version to 0.2.0-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 09ee95f..fd11b74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = tap
 	arch = any
 	license = GPL3
 	depends = python3
-	source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.1.tar.gz
+	source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.2.0.tar.gz
 	sha256sums = SKIP
 
 pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index f074d1a..57a5e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ depends=('python3')
 license=('GPL3')
 url="https://github.com/hwittenborn/tap"
 
-source=("${url}/archive/refs/tags/v0.1.tar.gz")
+source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
 sha256sums=('SKIP')
 
 package() {