makedeb
A MPR helper written in bash.
Click here to go back to the commit logs for stoke-git.
Hash: 56cfd548655b562b70a2fa2637163bd4fbc0c21e
Message: bump pkgrel
diff --git a/.SRCINFO b/.SRCINFO
index cb42135..9f9ce65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
pkgbase = stoke-git
pkgdesc = A MPR helper written in bash.
pkgver = 1.45.da2970e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Henryws/stoke
arch = x86_64
depends = jq
diff --git a/PKGBUILD b/PKGBUILD
index 5a5eb73..a6f31d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=stoke
pkgname=$_pkgname-git
pkgver=1.45.da2970e
pkgdesc="A MPR helper written in bash."
-pkgrel=1
+pkgrel=2
depends=('jq')
arch=('x86_64')
url="https://github.com/Henryws/$_pkgname"