[arch-commits] Commit in shotwell/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 28 11:01:33 UTC 2016


    Date: Monday, November 28, 2016 @ 11:01:32
  Author: spupykin
Revision: 197120

Modified:
  shotwell/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-28 10:54:02 UTC (rev 197119)
+++ PKGBUILD	2016-11-28 11:01:32 UTC (rev 197120)
@@ -6,7 +6,7 @@
 pkgname=shotwell
 epoch=1
 pkgver=0.24.2
-_basever=$(echo $pkgver | cut -f1-2 -d.)
+_basever=${pkgver%.*}
 pkgrel=1
 pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
 arch=('i686' 'x86_64')
@@ -16,8 +16,9 @@
 	 'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
 	 'gst-plugins-base' 'libgphoto2' 'libgudev')
 makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool')
+# odd versions are unstable!
 source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz")
-md5sums=('4c4c6535be26abcb948d4c200a8516d0')
+sha256sums=('5afdb2d3cbfe47dfbe49fa1cbd6ba391a3af4a4951be252fc2fa3cf461e55359')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list