[arch-commits] Commit in toastify/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Sun Jan 13 02:21:24 UTC 2019


    Date: Sunday, January 13, 2019 @ 02:21:23
  Author: polyzen
Revision: 422784

Require Cargo.lock is up to date

Modified:
  toastify/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-13 02:15:53 UTC (rev 422783)
+++ PKGBUILD	2019-01-13 02:21:23 UTC (rev 422784)
@@ -9,12 +9,12 @@
 license=('Apache' 'MIT')
 depends=('dbus')
 makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download")
-sha512sums=('f75e24b6199e27e7c6225dbf71fff5d322200cbc3c426d71104267e10f865b992af1c1fd18917dc187f2285926763551e4c6941c1021290e2d5ee234420616b4')
+source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha512sums=('637ad3dd87ae9c71c6f0c1e8801823486e30c7d30bfcfbc8079e894549cfef46f8d89516fbb699a1ad72832e79c71b643a080e53b0ae39fa20185561b9675b6a')
 
 build() {
   cd $pkgname-$pkgver
-  cargo build --release
+  cargo build --release --locked
 }
 
 package() {



More information about the arch-commits mailing list