diff options
author | Zygmunt Krynicki | 2016-06-18 00:06:39 +0200 |
---|---|---|
committer | Zygmunt Krynicki | 2016-06-18 00:06:39 +0200 |
commit | 47f5602c2dc97e54b64407b3df5681ed179d0885 (patch) | |
tree | a85c312473832e2710049492abddaec2673a0432 /PKGBUILD | |
parent | ccb7380501a4e4aa50c389568ae054f6390648f8 (diff) | |
download | aur-47f5602c2dc97e54b64407b3df5681ed179d0885.tar.gz |
Release snapd 2.0.9-1
Package url was fixed to use the https scheme. The md5 sum of the
upstream tarball was changed from SKIP to the real value.
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,10 +1,10 @@ # Maintainer: Zygmunt Krynicki <me at zygoon dot pl> pkgname=snapd -pkgver=2.0.8.1 -pkgrel=2 +pkgver=2.0.9 +pkgrel=1 pkgdesc="Service and tools for management of snap packages." arch=('i686' 'x86_64') -url="git://github.com/snapcore/snapd" +url="https://github.com/snapcore/snapd" license=('GPL3') groups=() depends=('glibc' 'snap-confine' 'squashfs-tools') @@ -18,7 +18,7 @@ install=snapd.install source=("https://github.com/snapcore/$pkgname/archive/$pkgver.tar.gz" 'snapd.sh') noextract=() -md5sums=('SKIP' +md5sums=('8aff95eed4ab350f1653d3b14856bb68' '1d841a1d09ba86945551dfc5c5658b2e') _gourl=github.com/snapcore/snapd |