summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-04-17 08:21:51 -0500
committerCarlos Aznarán Laos2023-04-17 08:21:51 -0500
commit53405081c1d261c73c1a3073388d117f7d352781 (patch)
tree3a5d422085f67b7eff1d16f18ac9cc122832a0c0
parentf0506c9efbfc239f2f843fa9351543327b70e568 (diff)
downloadaur-53405081c1d261c73c1a3073388d117f7d352781.tar.gz
Fix tarball name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b85773fef133..aedc347f4847 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
pkgver = 23.04.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
license = GPL2
@@ -12,7 +12,7 @@ pkgbase = wxmaxima
depends = webkit2gtk
optdepends = bash-completion: for completion when using bash
optdepends = man-db: manual pages for wxMaxima
- source = wxmaxima-23.04.1.tar.gz::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.04.1/wxmaxima-Version-23.04.1.tar.gz
+ source = wxmaxima-23.04.1::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-23.04.1/wxmaxima-Version-23.04.1.tar.gz
source = wxmaxima-23.04.1.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-23.04.1/Version-23.04.1.tar.gz.asc
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
sha512sums = 9846c11cbeec8411170e0d55916187cc77274e2758726784bcb5540d55f712b5a557562de0c37dac0c7ef119d43570bd33efc33252fc5359627e527d668580a4
diff --git a/PKGBUILD b/PKGBUILD
index 57e2a05854db..a5fe0156d012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=wxmaxima
pkgver=23.04.1
-pkgrel=1
+pkgrel=2
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
url="https://github.com/${pkgname}-developers/${pkgname}"
@@ -16,11 +16,11 @@ makedepends=(cmake)
checkdepends=(xorg-server-xvfb)
optdepends=('bash-completion: for completion when using bash'
'man-db: manual pages for wxMaxima')
-source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/Version-${pkgver}/${pkgname}-Version-${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}::${url}/archive/Version-${pkgver}/${pkgname}-Version-${pkgver}.tar.gz
${pkgname}-${pkgver}.asc::${url}/releases/download/Version-${pkgver}/Version-${pkgver}.tar.gz.asc)
validpgpkeys=('53F047CE66B91B0F724C545D5C86C0E4211D5B8E') # Gunter Königsmann <wxmaxima@physikbuch.de>
sha512sums=('9846c11cbeec8411170e0d55916187cc77274e2758726784bcb5540d55f712b5a557562de0c37dac0c7ef119d43570bd33efc33252fc5359627e527d668580a4'
- 'SKIP')
+ 'SKIP')
build() {
cmake \