[arch-commits] Commit in dcadec/trunk (PKGBUILD dcadec.install)

Maxime Gauduin alucryd at archlinux.org
Wed Dec 9 07:14:33 UTC 2015


    Date: Wednesday, December 9, 2015 @ 08:14:33
  Author: alucryd
Revision: 254801

fix typo in install file: dcadec 0.1.0-3

Modified:
  dcadec/trunk/PKGBUILD
  dcadec/trunk/dcadec.install

----------------+
 PKGBUILD       |    2 +-
 dcadec.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-09 07:13:46 UTC (rev 254800)
+++ PKGBUILD	2015-12-09 07:14:33 UTC (rev 254801)
@@ -4,7 +4,7 @@
 
 pkgname=dcadec
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='DTS Coherent Acoustics decoder with support for HD extensions'
 arch=('i686' 'x86_64')
 url='https://github.com/foo86/dcadec.git'

Modified: dcadec.install
===================================================================
--- dcadec.install	2015-12-09 07:13:46 UTC (rev 254800)
+++ dcadec.install	2015-12-09 07:14:33 UTC (rev 254801)
@@ -1,7 +1,7 @@
 post_install() {
   # Hack to manually add the symlink to the database, see FS#47292
   sed '/libdcadec.so$/a \
-usr\/lib\/libdcadec/so.0' -i /var/lib/pacman/local/dcadec-0.1.0-2/files
+usr\/lib\/libdcadec.so.0' -i /var/lib/pacman/local/dcadec-0.1.0-3/files
 }
 
 post_upgrade() {



More information about the arch-commits mailing list