Package Details: plus42 1.2.3-1

Git Clone URL: https://aur.archlinux.org/plus42.git (read-only, click to copy)
Package Base: plus42
Description: Advanced scientific programmable calculator, based on Free42
Upstream URL: https://thomasokken.com/plus42/
Licenses: GPL-2.0-only
Submitter: SammysHP
Maintainer: SammysHP
Last Packager: SammysHP
Votes: 3
Popularity: 0.65
First Submitted: 2022-05-26 10:50 (UTC)
Last Updated: 2025-02-08 13:09 (UTC)

Latest Comments

thierer commented on 2024-12-15 11:27 (UTC)

@SammysHP Well, if this was the result of a discussion (didn't read it), then I guess brace yourself for the other README getting renamed, too :)

SammysHP commented on 2024-12-15 11:07 (UTC)

@thierer Hrmpf… I followed the discussion about the README over at the hpmuseum forum but never expected it to be changed. Will fix it immediately!

thierer commented on 2024-12-15 10:58 (UTC)

Apparently the source package for 1.1.15 was updated after you published the PKGBUILD, so

  1. the md5sum no longer matches and
  2. the file in gtk/ apparently named just README before is now README.txt.
diff --git a/PKGBUILD b/PKGBUILD
index cf3a3fa..10e6277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

 pkgname=plus42
 pkgver=1.1.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Advanced scientific programmable calculator, based on Free42"
 arch=('x86_64')
 url="https://thomasokken.com/plus42/"
@@ -10,7 +10,7 @@ license=('GPL-2.0-only')
 depends=('gtk3')
 source=("http://thomasokken.com/plus42/upstream/$pkgname-upstream-$pkgver.tgz"
         "plus42.desktop")
-md5sums=('2d1f15a218a44ed755f9f2b02fcc0593'
+md5sums=('5e879ffba976187305f3c2fc10925309'
          'ba6d9ff8d83e9a244b5da63acbfc018e')

 build() {
@@ -29,7 +29,7 @@ package() {
   install -Dm755 plus42bin "$pkgdir/usr/bin/plus42bin"
   install -Dm755 plus42dec "$pkgdir/usr/bin/plus42dec"

-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README_GTK"
+  install -Dm644 README.txt "$pkgdir/usr/share/doc/$pkgname/README_GTK"
   install -Dm644 ../README "$pkgdir/usr/share/doc/$pkgname/README"

   install -Dm644 icon-48x48.xpm "$pkgdir/usr/share/icons/hicolor/48x48/apps/plus42.xpm"