makedeb
MPR in your pocket
Click here to go back to the commit logs for tap.
Hash: a22c48d1bddde1a1f4a27a94af644a0203b4501a
Message: Updated version to 0.11.4-1
diff --git a/.SRCINFO b/.SRCINFO
index e2ec188..34faeb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tap
pkgdesc = MPR in your pocket
- pkgver = 0.11.3
+ pkgver = 0.11.4
pkgrel = 1
url = https://github.com/hwittenborn/tap
install = .install
@@ -8,7 +8,8 @@ pkgbase = tap
license = GPL3
depends = python3
depends = python3-requests
- source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.11.3.tar.gz
+ conflicts = node-tap
+ source = https://github.com/hwittenborn/tap/archive/refs/tags/v0.11.4.tar.gz
sha256sums = SKIP
pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index c144c48..a8a83eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=tap
-pkgver=0.11.3
+pkgver=0.11.4
pkgrel=1
pkgdesc="MPR in your pocket"
arch=('any')
depends=('python3' 'python3-requests')
+conflicts=('node-tap')
license=('GPL3')
control_fields=("MPR-Package: ${pkgname}")
url="https://github.com/hwittenborn/tap"