summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZygmunt Krynicki2016-06-18 00:06:39 +0200
committerZygmunt Krynicki2016-06-18 00:06:39 +0200
commit47f5602c2dc97e54b64407b3df5681ed179d0885 (patch)
treea85c312473832e2710049492abddaec2673a0432
parentccb7380501a4e4aa50c389568ae054f6390648f8 (diff)
downloadaur-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>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1ba8b3e347d..4fbf650a1467 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = snapd
pkgdesc = Service and tools for management of snap packages.
- pkgver = 2.0.8.1
- pkgrel = 2
- url = git://github.com/snapcore/snapd
+ pkgver = 2.0.9
+ pkgrel = 1
+ url = https://github.com/snapcore/snapd
install = snapd.install
arch = i686
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = snapd
depends = squashfs-tools
options = !strip
options = !emptydirs
- source = https://github.com/snapcore/snapd/archive/2.0.8.1.tar.gz
+ source = https://github.com/snapcore/snapd/archive/2.0.9.tar.gz
source = snapd.sh
- md5sums = SKIP
+ md5sums = 8aff95eed4ab350f1653d3b14856bb68
md5sums = 1d841a1d09ba86945551dfc5c5658b2e
pkgname = snapd
diff --git a/PKGBUILD b/PKGBUILD
index a7af806e9539..26c16c79c84f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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