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

David Runge dvzrv at archlinux.org
Thu Jan 31 18:33:19 UTC 2019


    Date: Thursday, January 31, 2019 @ 18:33:18
  Author: dvzrv
Revision: 428775

upgpkg: din 39.0.1-1

Upgrading to 39.0.1. Removing custom _pkgver hack.

Modified:
  din/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-31 18:18:52 UTC (rev 428774)
+++ PKGBUILD	2019-01-31 18:33:18 UTC (rev 428775)
@@ -2,8 +2,7 @@
 # Contributor: muzhed <chustokes at 126.com>
 
 pkgname=din
-pkgver=38.a
-_pkgver=${pkgver//.}
+pkgver=39.0.1
 pkgrel=1
 pkgdesc="A sound synthesizer and musical instrument."
 arch=('x86_64')
@@ -12,16 +11,16 @@
 groups=('pro-audio')
 depends=('hicolor-icon-theme' 'jack' 'libgl' 'sdl' 'tcl')
 makedepends=('boost' 'glu')
-source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${_pkgver}.tar.gz")
-sha512sums=('252154fdf401d4eb37979c63765280d065ff57b680789020d068b682e71ddbaec5361168615d1b325d41f095620c72bf3f622471082f01ec185667c417135484')
+source=("https://archive.org/download/dinisnoise_source_code/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('25ab9f9129090ed4d66664554b647644a51d577ad692978e074e6712ad05fa2e2f1be9c80b7199fdcf48234abf5bacc3734cffb1fe0bd99c81c5acc601af3632')
 
 prepare() {
-  cd "${pkgname}-${_pkgver}"
+  cd "${pkgname}-${pkgver}"
   autoreconf -vfi
 }
 
 build() {
-  cd "${pkgname}-${_pkgver}"
+  cd "${pkgname}-${pkgver}"
   CXXFLAGS="${CXXFLAGS} -O3 -D__UNIX_ALSA__ -D__UNIX_JACK__" \
   CFLAGS="${CFLAGS} -O3" \
   ./configure --prefix='/usr'
@@ -29,7 +28,7 @@
 }
 
 package() {
-  cd "${pkgname}-${_pkgver}"
+  cd "${pkgname}-${pkgver}"
   make install DESTDIR="${pkgdir}"
   # docs
   install -t "${pkgdir}/usr/share/doc/${pkgname}/" \



More information about the arch-commits mailing list