Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/aur/.SRCINFO
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pkgbase = copy
makedepends = cargo
depends = gcc-libs
source = copy-0.1.5.tar.gz::https://github.com/UnbreakableMJ/copy/archive/refs/tags/v0.1.5.tar.gz
sha256sums = SKIP
sha256sums = 5f9e42b24b63cfd4071a6160ed45603f34553fe48bc22fd514dce740026af614

pkgname = copy
3 changes: 1 addition & 2 deletions packaging/aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
# Filled in via `updpkgsums` once the v0.1.5 tag/tarball is published.
sha256sums=('SKIP')
sha256sums=('5f9e42b24b63cfd4071a6160ed45603f34553fe48bc22fd514dce740026af614')

prepare() {
cd "$pkgname-$pkgver"
Expand Down