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

Orhun Parmaksiz orhun at gemini.archlinux.org
Sun Jan 16 20:19:16 UTC 2022


    Date: Sunday, January 16, 2022 @ 20:19:16
  Author: orhun
Revision: 1106411

upgpkg: menyoki 1.5.6-1: upstream release

Modified:
  menyoki/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-16 20:11:33 UTC (rev 1106410)
+++ PKGBUILD	2022-01-16 20:19:16 UTC (rev 1106411)
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız <orhun at archlinux.org>
 
 pkgname=menyoki
-pkgver=1.5.5
+pkgver=1.5.6
 pkgrel=1
 pkgdesc="Screen{shot,cast} and perform ImageOps on the command line"
 arch=('x86_64')
@@ -8,13 +8,14 @@
 url="https://github.com/orhun/menyoki"
 license=('GPL3')
 depends=('gcc-libs' 'libxrandr')
-makedepends=('rust')
+makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('f4a44c96867403c6e2a0473ee911080a7ca11b7f45cf76bd1dd1704152e033bd59aba0411dd21bb5017b73f40ec1a9a9c2e8e666274f3b4f38056e961ab5be57')
+sha512sums=('9891fc5929696a42b5862dadcc72d1d7c0f1287f753c006208f93b00b4872aaef270380e2b1eef2a5bc0a6049df3da0b717deb77014dc716aec9e6588798a1e8')
+options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  cargo fetch --locked
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }
 
 build() {



More information about the arch-commits mailing list