summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892017-02-04 11:17:02 +0100
committerPhoton892017-02-04 11:17:02 +0100
commitadc31507b067e0f18876184bdf14df5bb5369973 (patch)
treeec4face8acc1b9f1ce254dfcad621b738851ada1
parent3a17df15be102da7388b9cc27b6a80e959bd2c98 (diff)
downloadaur-adc31507b067e0f18876184bdf14df5bb5369973.tar.gz
Update to 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 118961156e57..fa7419c8f1a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glabels-light
pkgdesc = Creating labels and business cards the very easy way - minimal dependencies
- pkgver = 3.2.1
+ pkgver = 3.4.0
pkgrel = 1
url = http://glabels.org/
install = glabels.install
@@ -19,8 +19,8 @@ pkgbase = glabels-light
optdepends = iec16022: use barcodes
provides = glabels
conflicts = glabels
- source = http://ftp.gnome.org/pub/GNOME/sources/glabels/3.2/glabels-3.2.1.tar.xz
- sha256sums = db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855
+ source = http://ftp.gnome.org/pub/GNOME/sources/glabels/3.4/glabels-3.4.0.tar.xz
+ sha256sums = d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410
pkgname = glabels-light
diff --git a/PKGBUILD b/PKGBUILD
index 01667712a056..79c1bdfb14e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=glabels-light
_pkgname=glabels
-pkgver=3.2.1
+pkgver=3.4.0
pkgrel=1
pkgdesc="Creating labels and business cards the very easy way - minimal dependencies"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ provides=('glabels')
makedepends=('intltool' 'itstool')
install=$_pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
-sha256sums=('db615f653b6e78ef1209814b5e6d8d3af4f8d3444a259ddbcc0dfb279c7df855')
+sha256sums=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410')
build() {
cd "$srcdir/$_pkgname-$pkgver"