[arch-commits] Commit in scummvm/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun Oct 10 00:14:55 UTC 2021


    Date: Sunday, October 10, 2021 @ 00:14:55
  Author: svenstaro
Revision: 1029198

upgpkg: scummvm 2.5.0-1

Modified:
  scummvm/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++------------------------
 1 file changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-10 00:00:42 UTC (rev 1029197)
+++ PKGBUILD	2021-10-10 00:14:55 UTC (rev 1029198)
@@ -3,8 +3,8 @@
 # Contributor: Manolis Tzanidakis, Petter Gundersen
 
 pkgname=scummvm
-pkgver=2.2.0
-pkgrel=2
+pkgver=2.5.0
+pkgrel=1
 pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
 arch=('x86_64')
 license=('GPL')
@@ -12,29 +12,10 @@
 depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
          'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec')
 makedepends=('mesa')
-source=("https://downloads.scummvm.org/frs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"
-        "${pkgname}-2.2.0-fluidsynth_loghandler.patch::https://github.com/scummvm/scummvm/pull/2729.patch"
-        "${pkgname}-2.2.0-fluidsynth_loghandler_fix.patch::https://github.com/scummvm/scummvm/commit/a3bc5d64b8c4041326c8a214c47f9a206fb8b693.patch"
-        "${pkgname}-2.2.0-fluidsynth2.0.patch::https://github.com/scummvm/scummvm/commit/6ef406ac20a68f53e66bb98a0c9842dc9553da07.patch"
-        "${pkgname}-2.2.0-fluidsynth2.2.patch::https://github.com/scummvm/scummvm/pull/2915.patch")
-sha512sums=('001f884b9689386ef5b69ab8f5fa2362e1e4dc5e8273f96dc8dce1963be354a2fad95e724ff33d65008be7591519f0e2bac530ba3c44a449b8b7cac862f4f81e'
-            'ee398ad38b1587eed2640815b37410eeae5b9edf40146fbea5cedc12c0ed833139541d01efd1eedef45898762bb20a51c0f6f59db0707baad4224487b63c6353'
-            '9fd0bd3a06d95cca3ffbebec51cfb301a8cefc157ca7c2a66417e3ac02de52725eb4a1290b802b817920a310d002f7461fd71873c718b7377e2accd40e65cb99'
-            '6d65f84acb8f1e37d70b11e758b96098ee4c64618ba0ab66cba49f2e00cdbf940df876780ea0bd3c7037ce12dde3663bd6677c8f6593f373263a72e0543792c3'
-            '0bea3bcd13f4a77772a1a73d4c045fa59592e10170719bbac48f88cbd204fd6f4b693795a65ddd233cab7a70c94066ca359051c306ceb0088c8a2f66430aa629')
-b2sums=('b44a07d7ad6747b136465f81122464f02e5cc655c205d6f4424555311563f8ceaa8072972d05512af85d18fabba78d5ea9396ea314581776c1ef8d88ca6ab81b'
-        '230c0b3dbd5b72772e72da40015b8ca23783dae547dfbab5597d46b43c3873799fb8b830d6926b88de29ec0e3f6da902e2315db7cc56d32cc488fc80eaf5bcfa'
-        '17cd24ba5a6c6edfc3f8b7cc9e5eb5a7d1a3829549eab3770ec43f5e710c964e8a993260017ab0c482c91d059cca9a39fa0ac9037762a383e1d7575e8c2cb0f4'
-        '0b9e4d7e49f5b60ecf00ab97b4e0074d1ad17c3044d5d01b0e49f44bd5131e9e14779d696cec7e920703fb273c0d86ff4b6871ec2aa6515720ac0cf2dd2414ae'
-        'c5c1f438efb17d5cbb8cb48193d57dd324aca3fa03efe6c165f6689fd3f4daf9fa8c9d6239299c4c7c0e59f499ec0a295dd060a731c99b69cf1647898fd770a5')
+source=("https://downloads.scummvm.org/frs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha512sums=('7ea702cf0f993994209fd692e82ab65f9686fb60d65f36624a31bd642067fe7dd35e556666281c68d1592d7dd07333f085c124038f7a45acefae8f30bceff534')
+b2sums=('a5153280999e321be5bf7b56411c163d5ba1d4fb142fc900e1c3cb709d357d199d3764a94af57ab7218ee201bdbe6288adf222add9ffc941324b84d0e6954fe8')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../${pkgname}-2.2.0-fluidsynth_loghandler.patch
-  patch -Np1 -i ../${pkgname}-2.2.0-fluidsynth_loghandler_fix.patch
-  patch -Np1 -i ../${pkgname}-2.2.0-fluidsynth2.0.patch
-  patch -Np1 -i ../${pkgname}-2.2.0-fluidsynth2.2.patch
-}
 build() {
   cd ${pkgname}-${pkgver}
   ./configure \



More information about the arch-commits mailing list