[arch-commits] Commit in cinnamon-translations/repos/community-any (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Wed Jul 10 15:37:13 UTC 2019


    Date: Wednesday, July 10, 2019 @ 15:37:12
  Author: eschwartz
Revision: 488577

archrelease: copy trunk to community-any

Added:
  cinnamon-translations/repos/community-any/PKGBUILD
    (from rev 488576, cinnamon-translations/trunk/PKGBUILD)
Deleted:
  cinnamon-translations/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   53 +++++++++++++++++++++++++++--------------------------
 1 file changed, 27 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-10 15:36:56 UTC (rev 488576)
+++ PKGBUILD	2019-07-10 15:37:12 UTC (rev 488577)
@@ -1,26 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
-
-pkgname=cinnamon-translations
-pkgver=4.0.2
-pkgrel=1
-pkgdesc="Translations for Cinnamon and Nemo"
-arch=('any')
-url="https://github.com/linuxmint/${pkgname}"
-license=('GPL2')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha512sums=('fd5b2d2231659ddcb6305588699e319a1718fd767cf28375d1635796171e9a3288b7c818170ba3ede2f9e7b2725728bc3626960b395a99e6b61cc5a9f7700938')
-
-build() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    make
-    find usr -name '*bluetooth*' -delete
-}
-
-package() {
-    cd "${srcdir}"/${pkgname}-${pkgver}
-
-    cp -r usr/ "${pkgdir}"
-}

Copied: cinnamon-translations/repos/community-any/PKGBUILD (from rev 488576, cinnamon-translations/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-10 15:37:12 UTC (rev 488577)
@@ -0,0 +1,27 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
+
+pkgname=cinnamon-translations
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Translations for Cinnamon and Nemo"
+arch=('any')
+url="https://github.com/linuxmint/${pkgname}"
+license=('GPL2')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha512sums=('63e2ae748714f960971903272d6a8c580eb31bcd9e056c68409f0d6a005d51c62ec2fdc8f91facd04413243b0acdf5fa88f8c372727323c4c704c894dee130c6')
+b2sums=('6ba1571ee0c491296a69939c7ea3b98e09ab84129b465ffd0282e25d4ae6ffd2770a15f2bebacca996cd2da8d99278502c6e44ced75c479be4abea9aeb8a835f')
+
+build() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    make
+    find usr -name '*bluetooth*' -delete
+}
+
+package() {
+    cd "${srcdir}"/${pkgname}-${pkgver}
+
+    cp -r usr/ "${pkgdir}"
+}



More information about the arch-commits mailing list