[arch-commits] Commit in openttd-opengfx/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Fri Apr 17 18:51:14 UTC 2020


    Date: Friday, April 17, 2020 @ 18:51:14
  Author: jelle
Revision: 615685

archrelease: copy trunk to community-any

Added:
  openttd-opengfx/repos/community-any/PKGBUILD
    (from rev 615684, openttd-opengfx/trunk/PKGBUILD)
Deleted:
  openttd-opengfx/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-17 18:51:12 UTC (rev 615684)
+++ PKGBUILD	2020-04-17 18:51:14 UTC (rev 615685)
@@ -1,22 +0,0 @@
-# Maintainer:
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=openttd-opengfx
-pkgver=0.5.5
-pkgrel=1
-pkgdesc='A free graphics set for openttd'
-arch=('any')
-url='https://dev.openttdcoop.org/projects/opengfx'
-license=('GPL')
-source=("https://bundles.openttdcoop.org/opengfx/releases/${pkgver}/opengfx-${pkgver}.zip")
-sha256sums=('c648d56c41641f04e48873d83f13f089135909cc55342a91ed27c5c1683f0dfe')
-
-package() {
-    cd "${srcdir}"
-    tar xvf "opengfx-${pkgver}.tar"
-    cd opengfx-${pkgver}
-    install -d "${pkgdir}"/usr/share/openttd/data   
-    install -m644 *.grf "${pkgdir}"/usr/share/openttd/data
-    install -m644 *.obg "${pkgdir}"/usr/share/openttd/data
-}

Copied: openttd-opengfx/repos/community-any/PKGBUILD (from rev 615684, openttd-opengfx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-17 18:51:14 UTC (rev 615685)
@@ -0,0 +1,22 @@
+# Maintainer:
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=openttd-opengfx
+pkgver=0.6.0
+pkgrel=1
+pkgdesc='A free graphics set for openttd'
+arch=('any')
+url='https://dev.openttdcoop.org/projects/opengfx'
+license=('GPL')
+source=("https://cdn.openttd.org/opengfx-releases/${pkgver}/opengfx-${pkgver}-all.zip")
+sha256sums=('d419c0f5f22131de15f66ebefde464df3b34eb10e0645fe218c59cbc26c20774')
+
+package() {
+    cd "${srcdir}"
+    tar xvf "opengfx-${pkgver}.tar"
+    cd opengfx-${pkgver}
+    install -d "${pkgdir}"/usr/share/openttd/data   
+    install -m644 *.grf "${pkgdir}"/usr/share/openttd/data
+    install -m644 *.obg "${pkgdir}"/usr/share/openttd/data
+}



More information about the arch-commits mailing list