summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-12 22:34:44 +0200
committerGoliathLabs2020-05-12 22:34:44 +0200
commite8fc288ba6e2fd6c04777c44f46462887a3df351 (patch)
tree67fe48457a2f468a09f909e5fa2d06c679020129
parentb6faaa861dce81f1f01f9c53f9f4193219e0fa2c (diff)
downloadaur-e8fc288ba6e2fd6c04777c44f46462887a3df351.tar.gz
Updated: 4.0.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b025d06612d8..747033a991f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = snapcraft
- pkgdesc = Build Ubuntu snappy packages.
- pkgver = 3.9.5
+ pkgdesc = Package, distribute, and update any app for Linux and IoT.
+ pkgver = 4.0.1
pkgrel = 1
- url = http://snapcraft.io
+ url = https://snapcraft.io
arch = any
license = GPL
makedepends = python-setuptools
@@ -27,8 +27,8 @@ pkgbase = snapcraft
depends = python-pyelftools
optdepends = lxd
options = !emptydirs
- source = https://github.com/snapcore/snapcraft/archive/3.9.5.tar.gz
- sha256sums = b30ce954b6cf89954504e166ae795c3b46c962bd16b9868d50476192ac888d39
+ source = https://github.com/snapcore/snapcraft/archive/4.0.1.tar.gz
+ sha256sums = 70fa9ebec56d0050010712f691aa5a88b7067d7c162c0fa5a3dc0bcb11beb9ad
pkgname = snapcraft
diff --git a/PKGBUILD b/PKGBUILD
index e5c1ca1d804c..bacd225a3e0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Jameson Pugh <imntreal@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Jameson Pugh <imntreal@gmail.com>
pkgname=snapcraft
-pkgver=3.9.5
+pkgver=4.0.1
pkgrel=1
-pkgdesc="Build Ubuntu snappy packages."
+pkgdesc="Package, distribute, and update any app for Linux and IoT."
arch=('any')
-url="http://snapcraft.io"
+url="https://snapcraft.io"
license=('GPL')
depends=('python-apt' 'python-requests-oauthlib' 'python-ssoclient' 'python-progressbar'
'python-requests-toolbelt' 'python-petname' 'python-jsonschema' 'python-yaml'
@@ -16,7 +17,7 @@ makedepends=('python-setuptools')
optdepends=('lxd')
options=(!emptydirs)
source=("https://github.com/snapcore/snapcraft/archive/${pkgver}.tar.gz")
-sha256sums=('b30ce954b6cf89954504e166ae795c3b46c962bd16b9868d50476192ac888d39')
+sha256sums=('70fa9ebec56d0050010712f691aa5a88b7067d7c162c0fa5a3dc0bcb11beb9ad')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"