summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-08-18 21:47:42 -0500
committerCarlos Aznarán Laos2022-08-18 21:47:42 -0500
commitf4f6e13bdc65f1ee1b624f1a5349f2712c2396b7 (patch)
tree88c20dc109562b4f33b66fcf14d3e7a34ea097e8
parent82b0e759cc7274a1956a3506fdd8431f8bfd02ae (diff)
downloadaur-f4f6e13bdc65f1ee1b624f1a5349f2712c2396b7.tar.gz
Remove unnecesary patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 4 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0310e29e48a..f96e9c3ca01d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wxmaxima
pkgdesc = A wxWidgets GUI for the computer algebra system Maxima
pkgver = 22.05.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/wxmaxima-developers/wxmaxima
arch = x86_64
license = GPL2
@@ -13,10 +13,8 @@ pkgbase = wxmaxima
optdepends = man-db: manual pages for wxMaxima
source = wxmaxima-22.05.0::https://github.com/wxmaxima-developers/wxmaxima/archive/Version-22.05.0/wxmaxima-Version-22.05.0.tar.gz
source = wxmaxima-22.05.0.asc::https://github.com/wxmaxima-developers/wxmaxima/releases/download/Version-22.05.0/Version-22.05.0.tar.gz.asc
- source = private-fonts.patch::https://github.com/wxmaxima-developers/wxmaxima/commit/05251f68470e44bc0db3cc2e3a1aa14bf8c02fee.patch
validpgpkeys = 53F047CE66B91B0F724C545D5C86C0E4211D5B8E
sha512sums = e78ce86d3265b8c5d1d9b110075bdc8e3ff180a0a017142f852b022a1984e7e9bf0a4b7d2fb829f8c87b09899ef57a6e8ee203ec7edac52e7d05f0a05d2c9fe8
sha512sums = SKIP
- sha512sums = 04a5e0274d07ef826432d63846af35c578fddd6b9c832dd1406b6deede6161cf0f4295de1acd9564dc8ebbee6d7e2067d47b1ae422366616d51f1e4d2851e039
pkgname = wxmaxima
diff --git a/PKGBUILD b/PKGBUILD
index 8ab827503d9f..a4b3b81f897f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=wxmaxima
pkgver=22.05.0
-pkgrel=3
+pkgrel=4
pkgdesc="A wxWidgets GUI for the computer algebra system Maxima"
arch=(x86_64)
url="https://github.com/${pkgname}-developers/${pkgname}"
@@ -17,17 +17,10 @@ checkdepends=(xorg-server-xvfb)
optdepends=('bash-completion: for completion when using bash'
'man-db: manual pages for wxMaxima')
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
- private-fonts.patch::${url}/commit/05251f68470e44bc0db3cc2e3a1aa14bf8c02fee.patch)
+ ${pkgname}-${pkgver}.asc::${url}/releases/download/Version-${pkgver}/Version-${pkgver}.tar.gz.asc)
validpgpkeys=('53F047CE66B91B0F724C545D5C86C0E4211D5B8E') # Gunter Königsmann <wxmaxima@physikbuch.de>
sha512sums=('e78ce86d3265b8c5d1d9b110075bdc8e3ff180a0a017142f852b022a1984e7e9bf0a4b7d2fb829f8c87b09899ef57a6e8ee203ec7edac52e7d05f0a05d2c9fe8'
- 'SKIP'
- '04a5e0274d07ef826432d63846af35c578fddd6b9c832dd1406b6deede6161cf0f4295de1acd9564dc8ebbee6d7e2067d47b1ae422366616d51f1e4d2851e039')
-
-prepare() {
- cd ${pkgname}-Version-${pkgver}
- patch -p1 -i ../private-fonts.patch
-}
+ 'SKIP')
build() {
cmake \