diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | # Maintainer: Clayton Craft <clayton at craftyguy dot net> | 1 | # Maintainer: Clayton Craft <clayton@craftyguy.net> | 
| 2 | pkgname=py-spy | 2 | pkgname=py-spy | 
| 3 | pkgver=0.3.3 | 3 | pkgver=0.3.4 | 
| 4 | pkgrel=1 | 4 | pkgrel=1 | 
| 5 | pkgdesc="Sampling profiler for Python programs" | 5 | pkgdesc="Sampling profiler for Python programs" | 
| 6 | arch=('x86_64') | 6 | arch=('x86_64') | 
| @@ -8,7 +8,7 @@ license=('GPL3') | |||
| 8 | url="https://github.com/benfred/py-spy" | 8 | url="https://github.com/benfred/py-spy" | 
| 9 | makedepends=('rust' 'cargo' 'libunwind') | 9 | makedepends=('rust' 'cargo' 'libunwind') | 
| 10 | source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz") | 10 | source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz") | 
| 11 | sha512sums=('e23101fcd70330874305022316695b9ca64928cf12735cd19ec2b44ce9a9d9a8d93fe9e9ac1c877977fa307116059b7de6fe7b0f37a5e6ffcc284c5d093f420f') | 11 | sha512sums=('471547eadeaf6fef5d2a6a36db0b6e01a70ce2eb82ac3e82b0f6242162916172ddc9865daced7de20104d693e24b23cd8b3f545d9977eba09bbe68f715e9622c') | 
| 12 | 12 | ||
| 13 | build() { | 13 | build() { | 
| 14 | cd "${srcdir}/${pkgname}-${pkgver}" | 14 | cd "${srcdir}/${pkgname}-${pkgver}" | 
