summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Schweikert2021-04-04 14:43:34 +0200
committerFlorian Schweikert2021-04-04 14:43:34 +0200
commite3ad5dcfbd6a8bc14d85c8b752d8ef02335c4274 (patch)
tree9af83ee650d0de3e0f4f9fa66fe616b2f719546d
parent03700ad73cd7a8b9664c3bbbf260c89713937852 (diff)
downloadaur-e3ad5dcfbd6a8bc14d85c8b752d8ef02335c4274.tar.gz
fix: adapt changed sha1sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a17aa8050b5d..38d1784d530a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sndcut
pkgdesc = Let's you generated LPs that you can laser cut from audio files. sndcut is a program the generates LP records from audio files - it generates a SVG file that you can laser cut.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kallaballa/sndcut
arch = x86
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = sndcut
depends = libsamplerate
depends = boost-libs
source = https://github.com/kallaballa/sndcut/archive/v1.0.zip
- sha1sums = 162f8191e81e374742be6e9117f8a9c97f29bfdf
+ sha1sums = 104e2d75537df3122564b63ca9387e090891e2a7
pkgname = sndcut
diff --git a/PKGBUILD b/PKGBUILD
index e52ea02ecf99..9f6673053e52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Schweikert <aur@ist-total.org>
pkgname=sndcut
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Let's you generated LPs that you can laser cut from audio files.
sndcut is a program the generates LP records from audio files - it generates a SVG file that you can laser cut."
arch=('x86' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('libsndfile' 'libsamplerate' 'boost-libs')
makedepends=('boost')
source=(https://github.com/kallaballa/$pkgname/archive/v$pkgver.zip)
-sha1sums=('162f8191e81e374742be6e9117f8a9c97f29bfdf')
+sha1sums=('104e2d75537df3122564b63ca9387e090891e2a7')
build() {
cd $pkgname-$pkgver