summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78fbfc5099e6..f5c5c3ece641 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pigeon-qt
pkgdesc = Cryptocurrency wallet(QT)
pkgver = 0.15.99
- pkgrel = 2
+ pkgrel = 3
url = http://pigeoncoin.org/
install = pigeon-qt.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = pigeon-qt
depends = protobuf
depends = libevent
conflicts = pigeon
- source = pigeon-qt::git+http://github.com/Pigeoncoin/pigeoncoin.git
+ source = pigeon-qt::git+http://github.com/Pigeoncoin/pigeoncoin.git#v0.15.99.3
source = pigeon-qt.desktop
sha256sums = SKIP
sha256sums = 331bd8fb38aae6d94a0e7494ff183f8d918eeb6d143ffcfa8ca61546338f265d
diff --git a/PKGBUILD b/PKGBUILD
index cdb8e863d657..802f9f5f15aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pigeon-qt
pkgver=0.15.99
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://pigeoncoin.org/"
license=('MIT')
@@ -11,7 +11,7 @@ depends=(boost-libs qt5-base db4.8 zeromq miniupnpc qrencode protobuf libevent)
makedepends=(boost qt5-tools)
conflicts=(pigeon)
install=pigeon-qt.install
-source=("${pkgname%-git}::git+http://github.com/Pigeoncoin/pigeoncoin.git"
+source=("${pkgname%-git}::git+http://github.com/Pigeoncoin/pigeoncoin.git#tag=v0.15.99.3"
"$pkgname.desktop")
sha256sums=('SKIP'
'331bd8fb38aae6d94a0e7494ff183f8d918eeb6d143ffcfa8ca61546338f265d')