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

Jelle van der Waa jelle at archlinux.org
Tue Sep 12 19:02:04 UTC 2017


    Date: Tuesday, September 12, 2017 @ 19:02:03
  Author: jelle
Revision: 257164

rebuild for key removal

Switch from tag to commit

Modified:
  snapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-12 18:24:16 UTC (rev 257163)
+++ PKGBUILD	2017-09-12 19:02:03 UTC (rev 257164)
@@ -5,7 +5,8 @@
 pkgbase=snapd
 pkgname=(snapd snap-confine)
 pkgver=2.26.1
-pkgrel=1
+pkgrel=2
+_gitcommit=3853be982c99267133d132901df7da0bf850d949
 arch=('i686' 'x86_64')
 url="https://github.com/snapcore/snapd"
 license=('GPL3')
@@ -18,7 +19,7 @@
 
 options=('!strip' 'emptydirs')
 install=snapd.install
-source=("git+https://github.com/snapcore/$pkgname.git#tag=$pkgver"
+source=("git+https://github.com/snapcore/$pkgname.git#commit=$_gitcommit"
         'snapd.sh')
 md5sums=('SKIP'
          '8e9b8108165d5b2ae911de9caefb37ce')



More information about the arch-commits mailing list