summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09589f0690ed..638253fe87ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Aug 12 09:50:36 UTC 2016
pkgbase = switchboard
pkgdesc = The Pantheon Control Center
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://launchpad.net/switchboard
install = switchboard.install
arch = i686
@@ -31,8 +33,8 @@ pkgbase = switchboard
optdepends = switchboard-plug-power: Power plug
optdepends = switchboard-plug-security-privacy: Security & Privacy plug
provides = libswitchboard-2.0.so
- source = https://launchpad.net/switchboard/2.x/2.0.1/+download/switchboard-2.0.1.tgz
- sha256sums = a67ca60e002459e8e3d65b6c57440e86ebd0eb33a863561808b748901d46b4e8
+ source = https://launchpad.net/switchboard/2.x/2.1.0/+download/switchboard-2.1.0.tar.xz
+ sha256sums = 823221f858c5de85189ddadd8a0f3af87d62cc90a9c678074eaa149e868323b7
pkgname = switchboard
diff --git a/PKGBUILD b/PKGBUILD
index c6b2d8e312ab..b86d290faf75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: dserban <dserban01@yahoo.com>
pkgname=switchboard
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc='The Pantheon Control Center'
arch=('i686' 'x86_64')
url='https://launchpad.net/switchboard'
@@ -27,8 +27,8 @@ optdepends=('switchboard-plug-about: About plug'
'switchboard-plug-security-privacy: Security & Privacy plug')
provides=('libswitchboard-2.0.so')
install='switchboard.install'
-source=("https://launchpad.net/switchboard/${pkgver%.*.*}.x/${pkgver}/+download/switchboard-${pkgver}.tgz")
-sha256sums=('a67ca60e002459e8e3d65b6c57440e86ebd0eb33a863561808b748901d46b4e8')
+source=("https://launchpad.net/switchboard/2.x/${pkgver}/+download/switchboard-${pkgver}.tar.xz")
+sha256sums=('823221f858c5de85189ddadd8a0f3af87d62cc90a9c678074eaa149e868323b7')
prepare() {
cd switchboard-${pkgver}