makedeb
MPR in your pocket
Click here to go back to the commit logs for tap.
Hash: 9e200e71ef3bc127480454fc02a6e3fb0ad84108
Message: Bump version
diff --git a/PKGBUILD b/PKGBUILD
index d319b91..d2338c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=tap
-pkgver=2.0.4
+pkgver=2.0.5
pkgrel=1
pkgdesc="MPR in your pocket"
arch=('any')
diff --git a/tap.postinst b/tap.postinst
index e00784b..d9d6c7d 100644
--- a/tap.postinst
+++ b/tap.postinst
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/usr/bin/env bash
set -e
needed_files=('/var/cache/tap/mpr-cache.json' '/var/cache/tap/pkglist')