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

Eli Schwartz eschwartz at archlinux.org
Sun Dec 16 05:01:11 UTC 2018


    Date: Sunday, December 16, 2018 @ 05:01:07
  Author: eschwartz
Revision: 416434

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-16 05:00:49 UTC (rev 416433)
+++ PKGBUILD	2018-12-16 05:01:07 UTC (rev 416434)
@@ -1,26 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Alexandre Filgueira <alexfilgueira at antergos.com>
-
-pkgname=cinnamon-translations
-pkgver=4.0.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=('1c8d7bc4a184ce15c2c3e07f8ccf7e4645815f0b753fff64050abe2d18c026680a44f15209d9bb14ae1aeb2edae1e692209f34726126846ec26f602032753292')
-
-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 416433, cinnamon-translations/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-12-16 05:01:07 UTC (rev 416434)
@@ -0,0 +1,26 @@
+# 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}"
+}



More information about the arch-commits mailing list