summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa7419c8f1a8..5803834ab52d 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.4.0
+ pkgver = 3.4.1
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.4/glabels-3.4.0.tar.xz
- sha256sums = d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410
+ source = http://ftp.gnome.org/pub/GNOME/sources/glabels/3.4/glabels-3.4.1.tar.xz
+ sha256sums = 18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938
pkgname = glabels-light
diff --git a/PKGBUILD b/PKGBUILD
index 79c1bdfb14e0..4da91e781583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=glabels-light
_pkgname=glabels
-pkgver=3.4.0
+pkgver=3.4.1
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=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410')
+sha256sums=('18e457298abb1c617187361109eeae769317686303fc07726af31e11519c5938')
build() {
cd "$srcdir/$_pkgname-$pkgver"