makedeb


tap 2.0.5-1


MPR in your pocket

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

Commit:


Hash: f07b7f49773724145856fb0ecd656f60401bf1de

Message: Updated version to 0.11.2-1

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 70442cf..e50deac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
 pkgbase = tap
 	pkgdesc = MPR in your pocket
-	pkgver = 0.11.1
+	pkgver = 0.11.2
 	pkgrel = 1
 	url = https://github.com/hwittenborn/tap
 	arch = any
 	license = GPL3
 	depends = python3
-	source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.11.1.tar.gz
+	depends = python3-requests
+	source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.11.2.tar.gz
 	sha256sums = SKIP
 
 pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index 4c47631..509222e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=tap
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc="MPR in your pocket"
 arch=('any')
-depends=('python3')
+depends=('python3' 'python3-requests')
 license=('GPL3')
 control_fields=("MPR-Package: ${pkgname}")
 url="https://github.com/hwittenborn/tap"