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

Felix Yan fyan at archlinux.org
Thu Aug 27 07:32:49 UTC 2015


    Date: Thursday, August 27, 2015 @ 09:32:49
  Author: fyan
Revision: 138807

specify commit for reproducible build (FS#46103)

Modified:
  toxcore/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-27 07:04:18 UTC (rev 138806)
+++ PKGBUILD	2015-08-27 07:32:49 UTC (rev 138807)
@@ -7,6 +7,7 @@
 
 pkgname=toxcore
 pkgver=3496
+_commit=2ab3b14731061cc04d3ccc50a35093c11d018298
 pkgrel=1
 pkgdesc='Secure, configuration-free, P2P Skype replacement backend'
 arch=('i686' 'x86_64')
@@ -19,7 +20,7 @@
 makedepends=('git' 'check')
 conflicts=("tox")
 provides=("tox")
-source=("git+https://github.com/irungentoo/toxcore.git")
+source=("git+https://github.com/irungentoo/toxcore.git#commit=$_commit")
 sha512sums=('SKIP')
 
 pkgver() {



More information about the arch-commits mailing list