summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-02-18 21:41:44 +0800
committerKaizhao Zhang2019-02-18 21:41:44 +0800
commitc3499824744e85fb8d76c1fa6ea351ee4d0d6206 (patch)
treeb173b0350c93420b72640f9abf53c6c69b567dd3
parent4eee6f1d605e977e08c1405d749ed9210cbc3e9c (diff)
downloadaur-c3499824744e85fb8d76c1fa6ea351ee4d0d6206.tar.gz
Update version to 0.3.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1b6d5e61f3d..b3b7ae43e620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = rbspy-bin
pkgdesc = Sampling profiler for Ruby
- pkgver = 0.3.3
+ pkgver = 0.3.5
pkgrel = 1
url = https://rbspy.github.io
arch = x86_64
license = MIT
+ makedepends = fakeroot
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/releases/download/v0.3.3/rbspy-v0.3.3-x86_64-unknown-linux-musl.tar.gz
- sha256sums = 63cb49e962372cd8a06c28863753ca5f457ca00486814461d82465f27162c2b9
+ source = https://github.com/rbspy/rbspy/releases/download/v0.3.5/rbspy-v0.3.5-x86_64-unknown-linux-musl.tar.gz
+ sha256sums = 05c0799da66ef6a3e06d2f88a1c25680a01d9c58125cbdddf25ba07848c4aa3d
pkgname = rbspy-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5798f4c6ff75..e23c4fe63326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy-bin
-pkgver=0.3.3
+pkgver=0.3.5
pkgrel=1
pkgdesc="Sampling profiler for Ruby"
arch=('x86_64')
url="https://rbspy.github.io"
license=('MIT')
+makedepends=('fakeroot')
conflicts=('rbspy')
source=("https://github.com/rbspy/rbspy/releases/download/v${pkgver}/rbspy-v${pkgver}-x86_64-unknown-linux-musl.tar.gz")
-sha256sums=('63cb49e962372cd8a06c28863753ca5f457ca00486814461d82465f27162c2b9')
+sha256sums=('05c0799da66ef6a3e06d2f88a1c25680a01d9c58125cbdddf25ba07848c4aa3d')
package() {
install -D -m755 "${srcdir}/rbspy" "${pkgdir}/usr/bin/rbspy"