diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 15 | ||||
-rw-r--r-- | pr-12.patch | 11 |
3 files changed, 5 insertions, 27 deletions
@@ -1,15 +1,13 @@ pkgbase = liblc3-git pkgdesc = Low Complexity Communication Codec (LC3) - pkgver = 1.0.1.r0.gcf1676d - pkgrel = 1 + pkgver = 1.0.1.r5.g685b1d0 + pkgrel = 2 url = https://github.com/google/liblc3 arch = x86_64 license = Apache makedepends = git makedepends = meson source = git+https://github.com/google/liblc3.git - source = pr-12.patch::https://github.com/google/liblc3/pull/12.patch - sha256sums = SKIP sha256sums = SKIP pkgname = liblc3-git @@ -3,8 +3,8 @@ _pkgbase=liblc3 pkgbase=liblc3-git pkgname=(liblc3-git) -pkgver=1.0.1.r0.gcf1676d -pkgrel=1 +pkgver=1.0.1.r5.g685b1d0 +pkgrel=2 pkgdesc="Low Complexity Communication Codec (LC3)" url="https://github.com/google/${_pkgbase}" license=(Apache) @@ -12,17 +12,8 @@ arch=(x86_64) makedepends=(git meson) source=( "git+https://github.com/google/${_pkgbase}.git" - "pr-12.patch::https://github.com/google/liblc3/pull/12.patch" ) -sha256sums=( - 'SKIP' - 'SKIP' -) - -prepare() { - cd $_pkgbase - patch -Np1 <../pr-12.patch -} +sha256sums=('SKIP') pkgver() { cd $_pkgbase diff --git a/pr-12.patch b/pr-12.patch deleted file mode 100644 index ed1b8aad1841..000000000000 --- a/pr-12.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff --git a/tools/meson.build b/tools/meson.build -index 96aa046..8d0cf49 100644 ---- a/tools/meson.build -+++ b/tools/meson.build -@@ -17,6 +17,7 @@ inc = include_directories('../include') - lc3toolslib = static_library('lc3toolslib', - ['lc3bin.c', 'wave.c'], - link_with: lc3lib, -+ include_directories: inc, - dependencies: m_dep, - ) |