summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2018-03-26 08:25:21 -0400
committerJameson Pugh2018-03-26 08:25:21 -0400
commit525d4c511daef3f0fa8b6a8b0dcfd60987fa753d (patch)
treef1de962a6505adac8725162ab371193951743121
parente96609e87947b0d5234611566725e6cd87cddf49 (diff)
downloadaur-525d4c511daef3f0fa8b6a8b0dcfd60987fa753d.tar.gz
2.40
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1fdaebef47c..5fd1ea281ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapcraft
pkgdesc = Build Ubuntu snappy packages.
- pkgver = 2.39.1
+ pkgver = 2.40
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/ubuntu-core/snapcraft/archive/2.39.1.tar.gz
- sha256sums = bb2bb8e70e97b8d4cf2fc20c418c2abdd10cb056fde134713849486727a9d2ed
+ source = https://github.com/ubuntu-core/snapcraft/archive/2.40.tar.gz
+ sha256sums = 5313cefb1d0efd43c4ddb255f18b81ba3ab84025bf45fddea56a91141488c75e
pkgname = snapcraft
diff --git a/PKGBUILD b/PKGBUILD
index 5140814f4c08..5cbed23b6566 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=snapcraft
-pkgver=2.39.1
+pkgver=2.40
pkgrel=1
pkgdesc="Build Ubuntu snappy packages."
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
optdepends=('lxd')
options=(!emptydirs)
source=("https://github.com/ubuntu-core/snapcraft/archive/${pkgver}.tar.gz")
-sha256sums=('bb2bb8e70e97b8d4cf2fc20c418c2abdd10cb056fde134713849486727a9d2ed')
+sha256sums=('5313cefb1d0efd43c4ddb255f18b81ba3ab84025bf45fddea56a91141488c75e')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"