Date: Thursday, October 27, 2022 @ 00:59:44
  Author: svenstaro
Revision: 1338008

archrelease: copy trunk to community-x86_64

Added:
  scummvm/repos/community-x86_64/PKGBUILD
    (from rev 1338007, scummvm/trunk/PKGBUILD)
Deleted:
  scummvm/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-27 00:59:18 UTC (rev 1338007)
+++ PKGBUILD    2022-10-27 00:59:44 UTC (rev 1338008)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: juergen <[email protected]>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
-arch=('x86_64')
-license=('GPL')
-url="http://www.scummvm.org/";
-depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 
'libvorbis' 'libmad' 'freetype2'
-         'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec' 'giflib' 
'glew' 'libspeechd' 'gtk3' 'sndio')
-makedepends=('mesa')
-source=("https://downloads.scummvm.org/frs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
-sha512sums=('6bb2b22f9b11a8de2eaa48c520d63579f4907fa49d8b02d58702ece86945b38ea911376f5ae0dc6f3b6ed794ff32ca51fbf690e341401b4a03276b32e9bd7b69')
-b2sums=('38cdce3e9b7954347d3ba05946c607aa5a62aa8fa1c2145030c1667632a4da43afd3f14ed19ebaf664bbf521610b2cfccc739c82dae95650572bfab81495cb80')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --enable-release \
-    --enable-all-engines \
-    --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -vDm644 dists/${pkgname}.desktop -t 
"${pkgdir}"/usr/share/applications/
-}

Copied: scummvm/repos/community-x86_64/PKGBUILD (from rev 1338007, 
scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-27 00:59:44 UTC (rev 1338008)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: juergen <[email protected]>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=2.6.1
+pkgrel=1
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click 
adventure games."
+arch=('x86_64')
+license=('GPL')
+url="http://www.scummvm.org/";
+depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 
'libvorbis' 'libmad' 'freetype2'
+         'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec' 'giflib' 
'glew' 'libspeechd' 'gtk3' 'sndio')
+makedepends=('mesa')
+source=("https://downloads.scummvm.org/frs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz";)
+sha512sums=('984e35683ec4fa6a0715a20027d471ff432a2da060caf1b28557e42ae7b2b5c3b32c3ef4f3c1fb0ac9bcde69d01f789b3054fe9b0ddb0fe9fadbee462c1afcc5')
+b2sums=('b54001a53b3c899831745c94b1bf6020b462dfd49f6de35a609a6977846e7d036ee6c323c888c88379f4b6149dad31a1af5a38ae8d5231303dbba6a0ba97bb2f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --enable-release \
+    --enable-all-engines \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -vDm644 dists/${pkgname}.desktop -t 
"${pkgdir}"/usr/share/applications/
+}

Reply via email to