Date: Saturday, February 4, 2023 @ 23:12:54
  Author: spupykin
Revision: 1392507

upgpkg: simh 3.12.3-1

Modified:
  simh/trunk/PKGBUILD
  simh/trunk/simh.install

--------------+
 PKGBUILD     |   12 +++++++-----
 simh.install |   16 ----------------
 2 files changed, 7 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-04 23:09:13 UTC (rev 1392506)
+++ PKGBUILD    2023-02-04 23:12:54 UTC (rev 1392507)
@@ -2,10 +2,10 @@
 # Contributor: waterbear <st92.at.freeshell.org>
 
 pkgname=simh
-pkgver=3.11.1
+pkgver=3.12.3
 _pkgver=${pkgver//./-}
 _pkgver=${_pkgver/-/.}
-pkgrel=3
+pkgrel=1
 pkgdesc="simulator for assorted historical computers, from Altair to VAX"
 arch=('x86_64')
 url="http://simh.trailing-edge.com";
@@ -13,10 +13,10 @@
 depends=("libpcap")
 makedepends=("unzip" "linux-api-headers")
 install=simh.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simh/simh/archive/v${_pkgver}.tar.gz";
+source=("$pkgname-$pkgver.tar.gz::https://github.com/open-simh/simh/archive/v${_pkgver}.tar.gz";
        "LICENSE"
        build-fix.patch)
-sha512sums=('7c2f81a64d3016b9a44409fc336c804c0da836317745d47594cc48c64cb57dc8f22084d9086e3f86868ec485ee56ac63301f350cee6d275e705b7c5fc82875db'
+sha512sums=('ee473f30efcf2f63a6bd943d268adb32fa047ee30d97a250621a06db890ba6e96956268555e3f49e9dc758fa25c5c4f4070f2b05db0ab6625c072c7875b207cc'
             
'084faf8a66c95cb337bca19a6116c916aa04fc23ec5d57d5d8c2fc168231272123a705e83f8da2bf38f404da51727a69db68ffd87b36028e0cde52b54b92b2dd'
             
'663a5514333653352ad6134e42eca2a8c780f4d7c140dcc30063893c7470bdafe704703eee23ea89272d04acff2cdae013781b0345c2d9e9d86fcb42c50db530')
 
@@ -28,11 +28,13 @@
 build() {
   cd "$srcdir/$pkgname-${_pkgver}"
   mkdir -p BIN
-  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DHAVE_TAP_NETWORK -isystem 
/usr/include -lpcap'
+  make
+#  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DHAVE_TAP_NETWORK'
 }
 
 package() {
   cd "$srcdir/$pkgname-${_pkgver}/BIN"
+  rmdir buildtools
   for i in *; do
     install -D $i "$pkgdir/usr/bin/simh-$i"
   done

Modified: simh.install
===================================================================
--- simh.install        2023-02-04 23:09:13 UTC (rev 1392506)
+++ simh.install        2023-02-04 23:12:54 UTC (rev 1392507)
@@ -1,23 +1,7 @@
-# arg 1:  the new package version
 post_install() {
   echo -e "->  The VAX ROM images are located in /usr/lib/simh."
-  /bin/true
 }
 
-# arg 1:  the new package version
-# arg 2:  the old package version
 post_upgrade() {
   post_install $1
-  /bin/true
 }
-
-# arg 1:  the old package version
-pre_remove() {
-  /bin/true
-}
-
-# arg 1:  the old package version
-post_remove() {
-  /bin/true
-}
-

Reply via email to