Date: Sunday, February 26, 2023 @ 16:40:16
  Author: dvzrv
Revision: 1405248

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-sdl_net/repos/multilib-x86_64/PKGBUILD
    (from rev 1405247, lib32-sdl_net/trunk/PKGBUILD)
Deleted:
  lib32-sdl_net/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-26 16:39:51 UTC (rev 1405247)
+++ PKGBUILD    2023-02-26 16:40:16 UTC (rev 1405248)
@@ -1,33 +0,0 @@
-# Maintainer: Alexander F. Rødseth <[email protected]>
-# Contributor: Maxime Gauduin <[email protected]>
-# Contributor: carstene1ns <[email protected]>
-# Contributor: Jameson Pugh <[email protected]>
-# Contributor: Sven-Hendrik Haase <[email protected]>
-
-pkgname=lib32-sdl_net
-pkgver=1.2.8
-pkgrel=2
-pkgdesc='Small cross-platform networking library'
-url='https://www.libsdl.org/projects/SDL_net/'
-arch=(x86_64)
-license=(zlib)
-depends=(lib32-sdl)
-makedepends=(gcc-multilib)
-source=("https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz";)
-b2sums=('656fb9c86949bc962656edc7b950e64eee9b9b1ce1b257e6c4974c2d9be99714128c5556d3a3b7ea92cc6d294846af7a51a1925d17418afc8409e44a7b71099a')
-
-build() {
-  cd SDL_net-$pkgver
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  ./configure --disable-static --libdir=/usr/lib32 --prefix=/usr
-  make
-}
-
-package() {
-  cd SDL_net-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -frv "$pkgdir/usr/include"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: lib32-sdl_net/repos/multilib-x86_64/PKGBUILD (from rev 1405247, 
lib32-sdl_net/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-26 16:40:16 UTC (rev 1405248)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Maxime Gauduin <[email protected]>
+# Contributor: carstene1ns <[email protected]>
+# Contributor: Jameson Pugh <[email protected]>
+# Contributor: Sven-Hendrik Haase <[email protected]>
+
+pkgname=lib32-sdl_net
+pkgver=1.2.8
+pkgrel=3
+pkgdesc='Small cross-platform networking library'
+url='https://www.libsdl.org/projects/SDL_net/'
+arch=(x86_64)
+license=(zlib)
+depends=(lib32-sdl)
+makedepends=(gcc-multilib)
+source=("https://www.libsdl.org/projects/SDL_net/release/SDL_net-$pkgver.tar.gz";)
+b2sums=('656fb9c86949bc962656edc7b950e64eee9b9b1ce1b257e6c4974c2d9be99714128c5556d3a3b7ea92cc6d294846af7a51a1925d17418afc8409e44a7b71099a')
+
+build() {
+  cd SDL_net-$pkgver
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  ./configure --disable-static --libdir=/usr/lib32 --prefix=/usr
+  make
+}
+
+package() {
+  cd SDL_net-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -frv "$pkgdir/usr/include"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Reply via email to