summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Meyer2022-11-01 14:49:18 +0000
committerDanny Meyer2022-11-01 14:49:18 +0000
commit77663e8e7991963a9f1d71c28499d29fdbe8cb17 (patch)
tree952190a03923affffce52f66b563736dfedc910d
parent288464570f612e0946048ccb73d388c4e32f1e74 (diff)
downloadaur-77663e8e7991963a9f1d71c28499d29fdbe8cb17.tar.gz
Update AUR package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6b6b7ef20c8..17c116aa07a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,5 +16,6 @@ pkgbase = weresocool
depends = vorbis-tools
provides = weresocool
source = git+https://github.com/xasopheno/weresocool#tag=v1.0.39
+ sha512sums = SKIP
pkgname = weresocool
diff --git a/PKGBUILD b/PKGBUILD
index ea40b7545c49..b8b01dff80c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ depends=("portaudio" "pkg-config" "lame" "vorbis-tools")
makedepends=("cargo" "portaudio" "pkg-config" "lame" "vorbis-tools")
provides=("weresocool")
source=("git+https://github.com/xasopheno/weresocool#tag=v"$pkgver"")
+sha512sums=('SKIP')
+
prepare() {
cd weresocool && cargo fetch --locked --target "$CARCH-unknown-linux-gnu"