[arch-commits] Commit in bcg729/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Oct 2 12:28:53 UTC 2017


    Date: Monday, October 2, 2017 @ 12:28:52
  Author: spupykin
Revision: 261250

upgpkg: bcg729 1.0.4-1

Modified:
  bcg729/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 12:14:39 UTC (rev 261249)
+++ PKGBUILD	2017-10-02 12:28:52 UTC (rev 261250)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=bcg729
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.4
+pkgrel=1
 pkgdesc="g729 codec"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/eng/documentation/dev/bcg729.html"
@@ -10,12 +10,12 @@
 license=('GPL')
 depends=('mediastreamer')
 validpgpkeys=('9774BC1725758EB16D639F8B3ECD52DEE2F56985')
-source=("https://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('77c923edc57a53014da5f31788b63efbabfc7277c06deaeada06574628e4b03f'
-            'SKIP')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/BelledonneCommunications/bcg729/archive/$pkgver.tar.gz")
+sha256sums=('94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b')
 
 build() {
   cd $pkgname-$pkgver
+  [ -x configure ] || ./autogen.sh
   ./configure --prefix=/usr --disable-strict
   make
 }



More information about the arch-commits mailing list