Date: Wednesday, January 9, 2019 @ 13:07:55
  Author: alucryd
Revision: 421153

archrelease: copy trunk to community-any

Added:
  elementary-icon-theme/repos/community-any/PKGBUILD
    (from rev 421152, elementary-icon-theme/trunk/PKGBUILD)
Deleted:
  elementary-icon-theme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-09 13:07:36 UTC (rev 421152)
+++ PKGBUILD    2019-01-09 13:07:55 UTC (rev 421153)
@@ -1,32 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Diego Principe <[email protected]>
-# Contributor: paterbrown <[email protected]>
-# Contributor: Josip <[email protected]>
-
-pkgname=elementary-icon-theme
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='Named, vector icons for elementary OS'
-arch=(any)
-url='https://github.com/elementary/icons'
-license=(GPL3)
-groups=(pantheon)
-depends=(hicolor-icon-theme)
-makedepends=(
-  git
-  meson
-)
-source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
-  arch-meson elementary-icon-theme build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-  rm -rf "${pkgdir}"/.VolumeIcon.*
-}
-
-# vim: ts=2 sw=2 et:

Copied: elementary-icon-theme/repos/community-any/PKGBUILD (from rev 421152, 
elementary-icon-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-01-09 13:07:55 UTC (rev 421153)
@@ -0,0 +1,32 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Diego Principe <[email protected]>
+# Contributor: paterbrown <[email protected]>
+# Contributor: Josip <[email protected]>
+
+pkgname=elementary-icon-theme
+pkgver=5.0.2
+pkgrel=1
+pkgdesc='Named, vector icons for elementary OS'
+arch=(any)
+url='https://github.com/elementary/icons'
+license=(GPL3)
+groups=(pantheon)
+depends=(hicolor-icon-theme)
+makedepends=(
+  git
+  meson
+)
+source=(elementary-icon-theme::git+https://github.com/elementary/icons.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  arch-meson elementary-icon-theme build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+  rm -rf "${pkgdir}"/.VolumeIcon.*
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to