makedeb


tap 2.0.5-1


MPR in your pocket

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

Commit:


Hash: d463994548d3a7a3649e7011eec9f616aa7439fa

Message: Updated version to 0.3.0-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index fd11b74..e360272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
 pkgbase = tap
 	pkgdesc = MPR in your pocket
-	pkgver = 0.2.0
+	pkgver = 0.3.0
 	pkgrel = 1
 	url = https://github.com/hwittenborn/tap
 	arch = any
 	license = GPL3
 	depends = python3
-	source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.2.0.tar.gz
+	source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.3.0.tar.gz
 	sha256sums = SKIP
 
 pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index 57a5e27..35a10d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=tap
-pkgver=0.2.0
+pkgver=0.3.0
 pkgrel=1
 pkgdesc="MPR in your pocket"
 arch=('any')
 depends=('python3')
 license=('GPL3')
+control_fields=("MPR-Package: ${pkgname}")
 url="https://github.com/hwittenborn/tap"
 
 source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")