Date: Wednesday, December 21, 2022 @ 16:21:12
  Author: alucryd
Revision: 464684

libiec61883 1.2.0-7: switch to b2sums

Modified:
  libiec61883/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-21 14:55:25 UTC (rev 464683)
+++ PKGBUILD    2022-12-21 16:21:12 UTC (rev 464684)
@@ -5,24 +5,24 @@
 
 pkgname=libiec61883
 pkgver=1.2.0
-pkgrel=6
-pkgdesc="A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 
1394"
-arch=('x86_64')
-url="https://www.kernel.org/pub/linux/libs/ieee1394/";
-license=('LGPL')
-depends=('libraw1394')
-source=("https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz";)
-md5sums=('ed91bc1727fac8e019402fc3724a283d')
+pkgrel=7
+pkgdesc='A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 
1394'
+arch=(x86_64)
+url=https://www.kernel.org/pub/linux/libs/ieee1394/
+license=(LGPL)
+depends=(libraw1394)
+source=(https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz)
+b2sums=('c1fdd4d6fbfd96eea9f1c22b20a1e71e4cafbe064091ef6211d097342f8751955f2d8a68cb3e5235d733f7ecd3725144abb329331bfa3497be1911bb8773d4a9')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
+  cd libiec61883-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
+  cd libiec61883-${pkgver}
   make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:

Reply via email to