summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFabioLolix2021-08-01 05:46:32 +0200
committerFabioLolix2021-08-01 05:46:32 +0200
commit1e52f18f351dd3a74c165fdbb5487b727925f69b (patch)
treeacfe0d01d6883542f5ea07b9e959ca7fe81e539c /PKGBUILD
parent1c70e780bf12e3d305636a303e131f449689c6fb (diff)
downloadaur-1e52f18f351dd3a74c165fdbb5487b727925f69b.tar.gz
update build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a473db90ae6..5e55303f48c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,16 @@
# Contributor: Eduardo Sánchez Muñoz
pkgname=dsf2flac-git
-pkgver=r29.b0cf5aa
-pkgrel=3
+pkgver=r31.6b109cd
+pkgrel=1
pkgdesc="Tool for converting DSF to FLAC files."
arch=(x86_64 i686 pentium4 arm armv6h armv7h aarch64)
url="https://github.com/hank/dsf2flac"
license=(GPL2)
depends=(flac boost-libs taglib id3lib)
makedepends=(git boost cmake)
-source=("git+https://github.com/hank/dsf2flac.git"
- "https://raw.githubusercontent.com/FabioLolix/AUR-artifacts/master/dsf2flac-fix-build-with-boost-1.76.patch")
-sha256sums=('SKIP'
- 'ecfb109a680f308a9a5da1bc648111f108a05a3031d13c2e0460fbb5d719cc9c')
+source=("git+https://github.com/hank/dsf2flac.git")
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/dsf2flac"
@@ -22,7 +20,6 @@ pkgver() {
prepare() {
cd "$srcdir/dsf2flac"
- patch -Np1 -i ../dsf2flac-fix-build-with-boost-1.76.patch
./autogen.sh
}