Date: Monday, May 15, 2023 @ 23:48:44
Author: heftig
Revision: 477942
archrelease: copy trunk to extra-x86_64
Added:
liblc3/repos/extra-x86_64/PKGBUILD
(from rev 477940, liblc3/trunk/PKGBUILD)
Deleted:
liblc3/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-15 23:48:44 UTC (rev 477941)
+++ PKGBUILD 2023-05-15 23:48:44 UTC (rev 477942)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
-# Contributor: Florian Hülsmann <[email protected]>
-
-pkgname=liblc3
-pkgver=1.0.2
-pkgrel=1
-pkgdesc="Low Complexity Communication Codec library and tools"
-url="https://github.com/google/liblc3"
-arch=(x86_64)
-license=(Apache)
-depends=(glibc)
-makedepends=(meson git)
-provides=(liblc3.so)
-_commit=f34f4654d6c319415de718f45ff6ec73135058de # tags/v1.0.2
-source=("git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd liblc3
- git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd liblc3
-}
-
-build() {
- arch-meson liblc3 build -D tools=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
- install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 liblc3/README.md
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: liblc3/repos/extra-x86_64/PKGBUILD (from rev 477940,
liblc3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-15 23:48:44 UTC (rev 477942)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: OSAMC <https://github.com/osam-cologne/archlinux-proaudio>
+# Contributor: Florian Hülsmann <[email protected]>
+
+pkgname=liblc3
+pkgver=1.0.3
+pkgrel=1
+pkgdesc="Low Complexity Communication Codec library and tools"
+url="https://github.com/google/liblc3"
+arch=(x86_64)
+license=(Apache)
+depends=(glibc)
+makedepends=(meson git)
+provides=(liblc3.so)
+_commit=3d769309ffacb3c18b4a0bdd6b46544eb26bbfb2 # tags/v1.0.3
+source=("git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd liblc3
+ git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd liblc3
+}
+
+build() {
+ arch-meson liblc3 build -D tools=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+ install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 liblc3/README.md
+}
+
+# vim:set sw=2 sts=-1 et: