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.4.tar.gz::https://github.com/UnbreakableMJ/copy/archive/refs/tags/v0.1.4.tar.gz
sha256sums = SKIP
sha256sums = 2408b701416e44d99d0ec53e9873e1ca3d8df293e8a5bfc03a89b5e92cd5441a

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")
# Replace with `updpkgsums` once the v$pkgver tag is published.
sha256sums=('SKIP')
sha256sums=('2408b701416e44d99d0ec53e9873e1ca3d8df293e8a5bfc03a89b5e92cd5441a')

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