summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2017-12-26 11:26:29 -0500
committerJameson Pugh2017-12-26 11:26:29 -0500
commitee280e0648df3bc1e41710a62e9e52fb6cdcf628 (patch)
tree1b8e4e60764cb1a86e4c8d46e485cc2c308b6282
parent2f74609fe23d08a8f6de575331b1454d9f914b7e (diff)
downloadaur-ee280e0648df3bc1e41710a62e9e52fb6cdcf628.tar.gz
2.38
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd50f6a0b57..2f142cd3c61d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 30 13:35:24 UTC 2017
+# Tue Dec 26 16:26:24 UTC 2017
pkgbase = snapcraft
pkgdesc = Build Ubuntu snappy packages.
- pkgver = 2.36
+ pkgver = 2.38
pkgrel = 1
url = http://snapcraft.io
arch = any
@@ -25,8 +25,8 @@ pkgbase = snapcraft
depends = python-debian
optdepends = lxd
options = !emptydirs
- source = https://github.com/ubuntu-core/snapcraft/archive/2.36.tar.gz
- sha256sums = 38d93148a5c2fb5b6774b7eb2390e3130028611a1a90542f05002b78b11991e1
+ source = https://github.com/ubuntu-core/snapcraft/archive/2.38.tar.gz
+ sha256sums = 61bb5f4d6123540d13a9993ea8fe6d4b2bb37f822b3d6993bd0f92dd03cbec5f
pkgname = snapcraft
diff --git a/PKGBUILD b/PKGBUILD
index 5df9ac27cd04..22bffa97737c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=snapcraft
-pkgver=2.36
+pkgver=2.38
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=('38d93148a5c2fb5b6774b7eb2390e3130028611a1a90542f05002b78b11991e1')
+sha256sums=('61bb5f4d6123540d13a9993ea8fe6d4b2bb37f822b3d6993bd0f92dd03cbec5f')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"