Date: Sunday, February 26, 2023 @ 14:38:15
  Author: jelle
Revision: 469656

archrelease: copy trunk to extra-x86_64

Added:
  l-smash/repos/extra-x86_64/PKGBUILD
    (from rev 469655, l-smash/trunk/PKGBUILD)
Deleted:
  l-smash/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 14:38:09 UTC (rev 469655)
+++ PKGBUILD    2023-02-26 14:38:15 UTC (rev 469656)
@@ -1,37 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Gustavo Alvarez <[email protected]>
-
-pkgname=l-smash
-pkgver=2.14.5
-pkgrel=2
-pkgdesc='MP4 muxer and other tools'
-arch=('x86_64')
-url='https://github.com/l-smash/l-smash'
-license=('custom')
-depends=('glibc')
-provides=('liblsmash.so')
-source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz";)
-sha256sums=('e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935')
-
-build() {
-  cd l-smash-${pkgver}
-
-  ./configure \
-    --prefix='/usr' \
-    --enable-shared \
-    --disable-static \
-    --extra-cflags="$CFLAGS" \
-    --extra-ldflags="$LDFLAGS"
-  make
-}
-
-package() {
-  cd l-smash-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/l-smash
-  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/l-smash/
-}
-
-# vim: ts=2 sw=2 et:

Copied: l-smash/repos/extra-x86_64/PKGBUILD (from rev 469655, 
l-smash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-26 14:38:15 UTC (rev 469656)
@@ -0,0 +1,37 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Gustavo Alvarez <[email protected]>
+
+pkgname=l-smash
+pkgver=2.14.5
+pkgrel=3
+pkgdesc='MP4 muxer and other tools'
+arch=('x86_64')
+url='https://github.com/l-smash/l-smash'
+license=('custom')
+depends=('glibc')
+provides=('liblsmash.so')
+source=("l-smash-${pkgver}.tar.gz::https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz";)
+sha256sums=('e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935')
+
+build() {
+  cd l-smash-${pkgver}
+
+  ./configure \
+    --prefix='/usr' \
+    --enable-shared \
+    --disable-static \
+    --extra-cflags="$CFLAGS" \
+    --extra-ldflags="$LDFLAGS"
+  make
+}
+
+package() {
+  cd l-smash-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/l-smash
+  install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/l-smash/
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to