summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-09-08 13:12:43 +0800
committerlilac2022-09-08 13:12:43 +0800
commitc297ca56563f7b6a03de9c37723ad7cf97cf24cf (patch)
tree5b3c7ad561554f929fbd81bcd9bbd2f10f0be502
parentf6b814bb884dbfede25a34b6a402f1aae8384ab0 (diff)
downloadpackages-c297ca56563f7b6a03de9c37723ad7cf97cf24cf.tar.gz
packages-c297ca56563f7b6a03de9c37723ad7cf97cf24cf.tar.bz2
packages-c297ca56563f7b6a03de9c37723ad7cf97cf24cf.zip
[lilac] updated to 0.3.14-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c663dd..5de7bfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
1pkgbase = py-spy 1pkgbase = 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
14pkgname = py-spy 14pkgname = py-spy
diff --git a/PKGBUILD b/PKGBUILD
index 02dca3d..3534b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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>
3pkgname=py-spy 3pkgname=py-spy
4pkgver=0.3.13 4pkgver=0.3.14
5pkgrel=2 5pkgrel=1
6pkgdesc="Sampling profiler for Python programs" 6pkgdesc="Sampling profiler for Python programs"
7arch=('x86_64') 7arch=('x86_64')
8license=('GPL3') 8license=('GPL3')
9url="https://github.com/benfred/py-spy" 9url="https://github.com/benfred/py-spy"
10makedepends=('rust' 'cargo' 'libunwind') 10makedepends=('rust' 'cargo' 'libunwind')
11source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz") 11source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz")
12sha512sums=('83d4f76672002edf8189ed2917046cfea035c9e6a24b4e25eb04614340c361b459e44ec2edd658969a629743953791f880ce3728e93e732793e6815932d38838') 12sha512sums=('f079b002248a033eac3b93723fd267e6cbdb415ac3172ace0d14eb9cd87a1e4adf471eeec641f9644abe8a4fab43b48db7440b4b1242ea18e02bcc574104d303')
13 13
14build() { 14build() {
15 cd "${srcdir}/${pkgname}-${pkgver}" 15 cd "${srcdir}/${pkgname}-${pkgver}"