diff options
author | lilac | 2022-09-08 13:12:43 +0800 |
---|---|---|
committer | lilac | 2022-09-08 13:12:43 +0800 |
commit | c297ca56563f7b6a03de9c37723ad7cf97cf24cf (patch) | |
tree | 5b3c7ad561554f929fbd81bcd9bbd2f10f0be502 | |
parent | f6b814bb884dbfede25a34b6a402f1aae8384ab0 (diff) | |
download | packages-c297ca56563f7b6a03de9c37723ad7cf97cf24cf.tar.gz packages-c297ca56563f7b6a03de9c37723ad7cf97cf24cf.tar.bz2 packages-c297ca56563f7b6a03de9c37723ad7cf97cf24cf.zip |
[lilac] updated to 0.3.14-1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,14 +1,14 @@ | |||
1 | pkgbase = py-spy | 1 | pkgbase = py-spy |
2 | pkgdesc = Sampling profiler for Python programs | 2 | pkgdesc = Sampling profiler for Python programs |
3 | pkgver = 0.3.13 | 3 | pkgver = 0.3.14 |
4 | pkgrel = 2 | 4 | pkgrel = 1 |
5 | url = https://github.com/benfred/py-spy | 5 | url = https://github.com/benfred/py-spy |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | license = GPL3 | 7 | license = GPL3 |
8 | makedepends = rust | 8 | makedepends = rust |
9 | makedepends = cargo | 9 | makedepends = cargo |
10 | makedepends = libunwind | 10 | makedepends = libunwind |
11 | source = https://github.com/benfred/py-spy/archive/refs/tags/v0.3.13.tar.gz | 11 | source = https://github.com/benfred/py-spy/archive/refs/tags/v0.3.14.tar.gz |
12 | sha512sums = 83d4f76672002edf8189ed2917046cfea035c9e6a24b4e25eb04614340c361b459e44ec2edd658969a629743953791f880ce3728e93e732793e6815932d38838 | 12 | sha512sums = f079b002248a033eac3b93723fd267e6cbdb415ac3172ace0d14eb9cd87a1e4adf471eeec641f9644abe8a4fab43b48db7440b4b1242ea18e02bcc574104d303 |
13 | 13 | ||
14 | pkgname = py-spy | 14 | pkgname = py-spy |
@@ -1,15 +1,15 @@ | |||
1 | # Maintainer: lilydjwg <lilydjwg@gmail.com> | 1 | # Maintainer: lilydjwg <lilydjwg@gmail.com> |
2 | # Contributor: Clayton Craft <clayton@craftyguy.net> | 2 | # Contributor: Clayton Craft <clayton@craftyguy.net> |
3 | pkgname=py-spy | 3 | pkgname=py-spy |
4 | pkgver=0.3.13 | 4 | pkgver=0.3.14 |
5 | pkgrel=2 | 5 | pkgrel=1 |
6 | pkgdesc="Sampling profiler for Python programs" | 6 | pkgdesc="Sampling profiler for Python programs" |
7 | arch=('x86_64') | 7 | arch=('x86_64') |
8 | license=('GPL3') | 8 | license=('GPL3') |
9 | url="https://github.com/benfred/py-spy" | 9 | url="https://github.com/benfred/py-spy" |
10 | makedepends=('rust' 'cargo' 'libunwind') | 10 | makedepends=('rust' 'cargo' 'libunwind') |
11 | source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz") | 11 | source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz") |
12 | sha512sums=('83d4f76672002edf8189ed2917046cfea035c9e6a24b4e25eb04614340c361b459e44ec2edd658969a629743953791f880ce3728e93e732793e6815932d38838') | 12 | sha512sums=('f079b002248a033eac3b93723fd267e6cbdb415ac3172ace0d14eb9cd87a1e4adf471eeec641f9644abe8a4fab43b48db7440b4b1242ea18e02bcc574104d303') |
13 | 13 | ||
14 | build() { | 14 | build() { |
15 | cd "${srcdir}/${pkgname}-${pkgver}" | 15 | cd "${srcdir}/${pkgname}-${pkgver}" |