summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-18 19:32:56 +1300
committerGeorge Rawlinson2022-11-18 19:32:56 +1300
commitebbb8a75b1850c91eef6ee32ad2b7964001d7ff7 (patch)
tree69e3096f7e955ed88237aadfa3a78bb81a88ee96
parent96ab8e0d49ef1cc3b31a875f073de67da39a6a62 (diff)
downloadaur-ebbb8a75b1850c91eef6ee32ad2b7964001d7ff7.tar.gz
upgpkg: cargo-make 0.36.3-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab376f13465e..428d19117712 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-make
pkgdesc = Rust task runner and build tool
- pkgver = 0.36.1
+ pkgver = 0.36.3
pkgrel = 1
url = https://github.com/sagiegurari/cargo-make
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cargo-make
depends = gcc-libs
depends = openssl
options = !lto
- source = cargo-make::git+https://github.com/sagiegurari/cargo-make.git#commit=2d6bb6be3de230fe3b09ca07bea87a50119a3432
+ source = cargo-make::git+https://github.com/sagiegurari/cargo-make.git#commit=25265cea2163de2ddc74cb1d09d93d7b3ecc28f6
b2sums = SKIP
pkgname = cargo-make
diff --git a/PKGBUILD b/PKGBUILD
index 0e9e12d3618a..5878273eb226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=cargo-make
-pkgver=0.36.1
+pkgver=0.36.3
pkgrel=1
pkgdesc='Rust task runner and build tool'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('gcc-libs' 'openssl')
makedepends=('git' 'rust')
options=('!lto')
-_commit='2d6bb6be3de230fe3b09ca07bea87a50119a3432'
+_commit='25265cea2163de2ddc74cb1d09d93d7b3ecc28f6'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')