[arch-commits] Commit in dsp/trunk (PKGBUILD)

Thore Bödecker foxxx0 at gemini.archlinux.org
Mon Jul 4 08:29:13 UTC 2022


    Date: Monday, July 4, 2022 @ 08:29:12
  Author: foxxx0
Revision: 1243880

upgpkg: dsp 1.9-1: update to upstream release 1.9

Modified:
  dsp/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-04 08:13:57 UTC (rev 1243879)
+++ PKGBUILD	2022-07-04 08:29:12 UTC (rev 1243880)
@@ -4,9 +4,9 @@
 # Contributor: sekret
 
 pkgname=dsp
-_commit='f3ac94b546361260349edeea5f1ee0ce7fac322a'
-pkgver=1.8.r5.gf3ac94b
-pkgrel=2
+_commit='37aafe2b76bac20e49a729d3bf66800d501fa658'
+pkgver=1.9
+pkgrel=1
 pkgdesc="An audio processing program with an interactive mode"
 arch=('x86_64')
 url="https://github.com/bmc0/${pkgname}"
@@ -16,7 +16,6 @@
 depends=(
   'libmad' 'libtool'
   'ffmpeg' 'libavcodec.so' 'libavformat.so' 'libavutil.so'
-  #'ffmpeg4.4'
   'alsa-lib' 'libasound.so'
   'fftw' 'libfftw3.so'
   'libao' 'libao.so'
@@ -30,11 +29,6 @@
 source=("${pkgname}::git+https://github.com/bmc0/${pkgname}.git#commit=${_commit}")
 sha256sums=('SKIP')
 
-pkgver() {
-  cd "${pkgname}"
-  git describe --tags | sed 's/^v//g;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
 build() {
   cd "${srcdir}/${pkgname}"
   ./configure --prefix=/usr



More information about the arch-commits mailing list