Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit fd06203

Browse files
alerquesvntogit
authored and
svntogit
committed
upgpkg: eva 0.3.0-2
git-svn-id: file:///srv/repos/svn-community/svn@1333049 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent a64bd56 commit fd06203

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

trunk/PKGBUILD

+8-4
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,24 @@
33

44
pkgname=eva
55
pkgver=0.3.0
6-
pkgrel=1
6+
pkgrel=2
77
pkgdesc='simple calculator REPL, similar to bc(1)'
88
arch=(x86_64)
9-
url="https://github.com/NerdyPepper/$pkgname"
9+
url="https://github.com/nerdypepper/$pkgname"
1010
license=(GPL3)
1111
depends=(gcc-libs)
1212
makedepends=(cargo)
1313
options=(debug)
1414
_archive="$pkgname-$pkgver"
15-
source=("$url/archive/v$pkgver/$_archive.tar.gz")
16-
sha256sums=('05e2cdcfd91e6abef91cb01ad3074583b8289f6e74054e070bfbf6a4e684865e')
15+
source=("$url/archive/v$pkgver/$_archive.tar.gz"
16+
"$_archive-sync-lockfile.patch::$url/pull/64.patch")
17+
sha256sums=('5ee80a64de05ff952e9fd69fff6050d8e5c602428ad8ad3b357db6b813e1372f'
18+
'2a9bfc7d9058f66d5cf63032d00fc93d1d8a6c306d6070561945ae0560a8a711')
1719

1820
prepare() {
1921
cd "$_archive"
22+
# https://github.com/nerdypepper/eva/issues/63
23+
patch -p1 < "../${source[1]%::*}"
2024
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
2125
}
2226

0 commit comments

Comments
 (0)