diff options
Diffstat (limited to 'abs/core-testing')
-rw-r--r-- | abs/core-testing/libraw1394/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/libraw1394/libraw1394.install | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/libraw1394/PKGBUILD b/abs/core-testing/libraw1394/PKGBUILD index 9d169a8..b1065fd 100644 --- a/abs/core-testing/libraw1394/PKGBUILD +++ b/abs/core-testing/libraw1394/PKGBUILD @@ -4,7 +4,7 @@ pkgname=libraw1394 pkgver=2.0.2 -pkgrel=2 +pkgrel=3 arch=('i686' 'x86_64') license=('LGPL') pkgdesc="Provides an API to the Linux IEEE1394 (FireWire) driver" diff --git a/abs/core-testing/libraw1394/libraw1394.install b/abs/core-testing/libraw1394/libraw1394.install index a51232d..33fb64c 100644 --- a/abs/core-testing/libraw1394/libraw1394.install +++ b/abs/core-testing/libraw1394/libraw1394.install @@ -1,6 +1,6 @@ # arg 1: the new package version post_install() { - ln -s /usr/lib/libraw1392.so.11.0.1 /usr/lib/libraw1392.so.8 + ln -s /usr/lib/libraw1394.so.11.0.1 /usr/lib/libraw1394.so.8 } # arg 1: the new package version # arg 2: the old package version @@ -10,7 +10,7 @@ post_upgrade() { # arg 1: the old package version post_remove() { - rm -fr /usr/lib/libraw1392.so.8 + rm -fr /usr/lib/libraw1394.so.8 } op=$1 |