summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaizhao Zhang2019-02-18 21:45:00 +0800
committerKaizhao Zhang2019-02-18 21:45:00 +0800
commitc43587df702af38a269c2d7b97907a9143e294a5 (patch)
treee46a9ce1dc4e3298b0fd44343aaa415ead2837c7
parente1b35d381f976a46be9c6e08d018dda4081268dd (diff)
downloadaur-c43587df702af38a269c2d7b97907a9143e294a5.tar.gz
Update version to 0.3.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb0505a56dd5..b7c6c3774c1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = rbspy
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
makedepends = cargo
conflicts = rbspy
- source = https://github.com/rbspy/rbspy/archive/v0.3.3.tar.gz
- sha256sums = 15b8c43f3071e5ae5dad4920cbd6a743b8d6c64e0bc90e1ebe86db2fd79fb3e5
+ source = https://github.com/rbspy/rbspy/archive/v0.3.5.tar.gz
+ sha256sums = 4002471d4d806eee24e1636dfe5c764433beb3629ce439c5167cb7ccf37e3c72
pkgname = rbspy
diff --git a/PKGBUILD b/PKGBUILD
index 94ff4596fb5a..bf446f2785e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Kaizhao Zhang <zhangkaizhao@gmail.com>
pkgname=rbspy
-pkgver=0.3.3
+pkgver=0.3.5
pkgrel=1
pkgdesc="Sampling profiler for Ruby"
url="https://rbspy.github.io"
-makedepends=('cargo')
+makedepends=('fakeroot' 'cargo')
arch=('x86_64')
license=('MIT')
conflicts=('rbspy')
source=("https://github.com/rbspy/rbspy/archive/v${pkgver}.tar.gz")
-sha256sums=('15b8c43f3071e5ae5dad4920cbd6a743b8d6c64e0bc90e1ebe86db2fd79fb3e5')
+sha256sums=('4002471d4d806eee24e1636dfe5c764433beb3629ce439c5167cb7ccf37e3c72')
build() {
cd "$pkgname-$pkgver"