diff options
author | Jonas Malaco | 2022-01-01 15:04:48 -0300 |
---|---|---|
committer | Jonas Malaco | 2022-01-01 15:04:48 -0300 |
commit | 3423adf2c3c0a933095d71488b388b8c1d8d6904 (patch) | |
tree | c6f5161074d0407f2c9b332e1e611fdb0ebc834c | |
parent | e49f2a8e07f09bb13110c1b3556fbc00fab7f44f (diff) | |
download | aur-3423adf2c3c0a933095d71488b388b8c1d8d6904.tar.gz |
Update to 0.4.13
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = cargo-llvm-lines pkgdesc = Count the number of lines of LLVM IR across all instantiations of a generic function - pkgver = 0.4.12 + pkgver = 0.4.13 pkgrel = 1 url = https://github.com/dtolnay/cargo-llvm-lines arch = any @@ -9,7 +9,7 @@ pkgbase = cargo-llvm-lines depends = cargo depends = rust-nightly depends = rustfmt - source = cargo-llvm-lines-0.4.12.tar.gz::https://github.com/dtolnay/cargo-llvm-lines/archive/0.4.12.tar.gz - sha256sums = 4841e606a2fd642524b48206f5777691d7a66afad54ddea24cb4a3d63113484b + source = cargo-llvm-lines-0.4.13.tar.gz::https://github.com/dtolnay/cargo-llvm-lines/archive/0.4.13.tar.gz + sha256sums = a1cec39e555ca0264bd0b680267aec50e23bc23cc7103214448abc4cbc88f908 pkgname = cargo-llvm-lines @@ -1,6 +1,6 @@ # Maintainer: Jonas Malaco <jonas@protocubo.io> pkgname=cargo-llvm-lines -pkgver=0.4.12 +pkgver=0.4.13 pkgrel=1 pkgdesc="Count the number of lines of LLVM IR across all instantiations of a generic function" arch=('any') @@ -8,7 +8,7 @@ url='https://github.com/dtolnay/cargo-llvm-lines' license=('Apache' 'MIT') depends=('cargo' 'rust-nightly' 'rustfmt') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('4841e606a2fd642524b48206f5777691d7a66afad54ddea24cb4a3d63113484b') +sha256sums=('a1cec39e555ca0264bd0b680267aec50e23bc23cc7103214448abc4cbc88f908') build() { cd "$pkgname-$pkgver" |