[arch-commits] Commit in lucky-commit/trunk (PKGBUILD)
Orhun Parmaksiz
orhun at gemini.archlinux.org
Thu Mar 3 18:32:51 UTC 2022
Date: Thursday, March 3, 2022 @ 18:32:51
Author: orhun
Revision: 1140998
upgpkg: lucky-commit 2.1.1-1: upstream release
Modified:
lucky-commit/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-03 18:25:13 UTC (rev 1140997)
+++ PKGBUILD 2022-03-03 18:32:51 UTC (rev 1140998)
@@ -2,7 +2,7 @@
pkgname=lucky-commit
_pkgname=lucky_commit
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Customize your git commit hashes"
arch=('x86_64')
@@ -9,13 +9,13 @@
url="https://github.com/not-an-aardvark/lucky-commit"
license=('MIT')
depends=('gcc-libs' 'ocl-icd')
-makedepends=('rust')
+makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('0d830d49535c641a77d446d46a5a0fede941b03bbdf7bacff3bc44a2438aff9f349c8c657fb3642ffbdaea88c254e8fc516405a964f44591452067cfe0988c69')
+sha512sums=('8d459e3aadbb5f1adbdb2ab03b5c8c3d666f76b2e72168c13c822c1b88ad54f100a75c7cdd1e6094b93f9080d383242932ed5bf997887f3c652e16e4e494490e')
prepare() {
cd "$pkgname-$pkgver"
- cargo fetch --locked
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}
build() {
More information about the arch-commits
mailing list