summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız2023-06-16 16:12:22 +0300
committerOrhun Parmaksız2023-06-16 16:12:22 +0300
commitbda2046ee6c7fb3d839d4641fbc97fb651be4014 (patch)
tree9eedb4a7c060f2f61ef64cf49c48e0a94b04a5d1
parente5536dc41f63fd1b141a1144e1f7984334b44d5d (diff)
downloadaur-bda2046ee6c7fb3d839d4641fbc97fb651be4014.tar.gz
upgpkg: cargo-workspaces 0.2.43-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 176d42c73e66..ef68e8027006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cargo-workspaces
pkgdesc = Cargo plugin for managing cargo workspaces and their crates
- pkgver = 0.2.42
+ pkgver = 0.2.43
pkgrel = 1
url = https://github.com/pksunkara/cargo-workspaces
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cargo-workspaces
depends = openssl
depends = zlib
options = !lto
- source = cargo-workspaces-0.2.42.tar.gz::https://github.com/pksunkara/cargo-workspaces/archive/v0.2.42.tar.gz
- sha512sums = 3d7591d2403a2bd03e696d30712308bcb6b0c1f8c1009f09b664598deadf2c7206a95b4dbfb43240f81e15fdb6c8b6000ae1c75e66b22361a3661522e3a438e5
+ source = cargo-workspaces-0.2.43.tar.gz::https://github.com/pksunkara/cargo-workspaces/archive/v0.2.43.tar.gz
+ sha512sums = dbcbd7ac75ddd7eb520539e7a2f2c9c6e5dd82dcdd9db5b400e4588266d3bef3c099bde6a8072e28ddd2c601077a6cb8a628d70cd5130535b0795917bc8ea1bb
pkgname = cargo-workspaces
diff --git a/PKGBUILD b/PKGBUILD
index f77ba3d94491..3321d40e01a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=cargo-workspaces
-pkgver=0.2.42
+pkgver=0.2.43
pkgrel=1
pkgdesc="Cargo plugin for managing cargo workspaces and their crates"
url="https://github.com/pksunkara/cargo-workspaces"
@@ -13,7 +13,7 @@ makedepends=('cargo')
arch=('x86_64')
license=('MIT')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('3d7591d2403a2bd03e696d30712308bcb6b0c1f8c1009f09b664598deadf2c7206a95b4dbfb43240f81e15fdb6c8b6000ae1c75e66b22361a3661522e3a438e5')
+sha512sums=('dbcbd7ac75ddd7eb520539e7a2f2c9c6e5dd82dcdd9db5b400e4588266d3bef3c099bde6a8072e28ddd2c601077a6cb8a628d70cd5130535b0795917bc8ea1bb')
options=('!lto')
prepare() {