summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2019-06-18 16:25:37 -0400
committerJameson Pugh2019-06-18 16:25:37 -0400
commit7dc8c675f8c189dbdbc6b38a15c7e3df990c1bbb (patch)
treee04ab10bf9d6a6859004adae3fe9af1462f6dca6
parent9964a8a03a62ee0f1a61d38cb11d0c652e658418 (diff)
downloadaur-7dc8c675f8c189dbdbc6b38a15c7e3df990c1bbb.tar.gz
3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97aa62cb2653..8bf3abb4e80c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapcraft
pkgdesc = Build Ubuntu snappy packages.
- pkgver = 3.4.1
+ pkgver = 3.6
pkgrel = 1
url = http://snapcraft.io
arch = any
@@ -23,8 +23,8 @@ pkgbase = snapcraft
depends = python-debian
optdepends = lxd
options = !emptydirs
- source = https://github.com/snapcore/snapcraft/archive/3.4.1.tar.gz
- sha256sums = f11dfb055b1e381eed83407ded6fad675f76664a375c0c7c074f83fcf5891f4f
+ source = https://github.com/snapcore/snapcraft/archive/3.6.tar.gz
+ sha256sums = c8f74b57b444152c339dfb233d6cc34b696ecfe74104d245ec7326bd5950fe11
pkgname = snapcraft
diff --git a/PKGBUILD b/PKGBUILD
index 53e5f76f2ca4..68fdaff53ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=snapcraft
-pkgver=3.4.1
+pkgver=3.6
pkgrel=1
pkgdesc="Build Ubuntu snappy packages."
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
optdepends=('lxd')
options=(!emptydirs)
source=("https://github.com/snapcore/snapcraft/archive/${pkgver}.tar.gz")
-sha256sums=('f11dfb055b1e381eed83407ded6fad675f76664a375c0c7c074f83fcf5891f4f')
+sha256sums=('c8f74b57b444152c339dfb233d6cc34b696ecfe74104d245ec7326bd5950fe11')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"