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

Eli Schwartz eschwartz at archlinux.org
Thu May 14 03:23:31 UTC 2020


    Date: Thursday, May 14, 2020 @ 03:23:31
  Author: eschwartz
Revision: 627816

upgpkg: cinnamon-translations 4.6.0-1: upstream release

no need to prune unused translations as they're now removed from source

Modified:
  cinnamon-translations/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 03:00:23 UTC (rev 627815)
+++ PKGBUILD	2020-05-14 03:23:31 UTC (rev 627816)
@@ -2,7 +2,7 @@
 # Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
 
 pkgname=cinnamon-translations
-pkgver=4.4.2
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="Translations for Cinnamon and Nemo"
 arch=('any')
@@ -10,14 +10,13 @@
 license=('GPL2')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('09700cc7fcd2e9e6599db8de994ec257da2be1931c32254af3042583310eeaf729b4dda0006346099922994f95310b32f99239916b5a35f9194bb4f8f8045eea')
-b2sums=('b1d38e1bac17e254a55d679f6d057ce24b643f0c17126fadb8581e60c81001c0d1dd357244d1f199661f2bddcdc8fece768f37d53c0bfbc61867a8c7ea3b93e0')
+sha512sums=('ac151796c8de6413543e824daf6cbf07e85e647bee653c281002db7a55d6bc620b22425485ae821c886a113618ec8a96d8452edfeb59deb9681e1f0c139edaee')
+b2sums=('ce5d0f1ad217a6ecedae5c170779772b4cb948774fe7b0883571a1c82406372786e83d781cfc93f1c577c0bd1f43347a7b22e0f7de06f76b27a5c109d86b4152')
 
 build() {
     cd "${srcdir}"/${pkgname}-${pkgver}
 
     make
-    find usr -name '*bluetooth*' -delete
 }
 
 package() {



More information about the arch-commits mailing list