summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-06-24 22:58:55 +0200
committerhaawda2021-06-24 22:58:55 +0200
commit4b0092dcca7ed89f878ade2558e6c76c53e55a0a (patch)
tree87683b317b055df25237c0b5f638305f03c05b15
parent02521fc8eb3a82bbae8218a4f980c5267b36e71b (diff)
downloadaur-4b0092dcca7ed89f878ade2558e6c76c53e55a0a.tar.gz
update, remove patch
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
-rw-r--r--licenseinfo.patch21
3 files changed, 8 insertions, 39 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4eedb2769cd..449199e48fc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xephem
pkgdesc = The Serious Interactive Astronomical Software Ephemeris
- pkgver = 4.0.0
- pkgrel = 4
+ pkgver = 4.0.2
+ pkgrel = 1
url = https://github.com/XEphem/XEphem
arch = i686
arch = x86_64
@@ -10,10 +10,7 @@ pkgbase = xephem
depends = openmotif
depends = perl
depends = openssl
- source = xephem-4.0.0.tar.gz::https://github.com/XEphem/XEphem/archive/4.0.0.tar.gz
- source = licenseinfo.patch
- sha256sums = c60d0920d9264ca177ceb1c2cb16c1a0349c4aed0db676d5469e0f9db862df1e
- sha256sums = bb7bd33bbe3b1c87dfcebb752c85daef2821340952f1bfab16d49f2e9f107730
+ source = xephem-4.0.2.tar.gz::https://github.com/XEphem/XEphem/archive/4.0.2.tar.gz
+ sha256sums = 144db16100c7eac8a9b563cd9398a295e11a3a65fa5f543b1c93191370e5dd72
pkgname = xephem
-
diff --git a/PKGBUILD b/PKGBUILD
index c55d31ae9253..bd2ff1832195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,22 +5,15 @@
pkgname=xephem
_pkgname=XEphem
-pkgver=4.0.0
-pkgrel=4
+pkgver=4.0.2
+pkgrel=1
pkgdesc="The Serious Interactive Astronomical Software Ephemeris"
arch=('i686' 'x86_64')
url="https://github.com/XEphem/XEphem"
license=('custom:MIT')
depends=('libxmu' 'openmotif' 'perl' 'openssl')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
- licenseinfo.patch)
-sha256sums=('c60d0920d9264ca177ceb1c2cb16c1a0349c4aed0db676d5469e0f9db862df1e'
- 'bb7bd33bbe3b1c87dfcebb752c85daef2821340952f1bfab16d49f2e9f107730')
-
-prepare() {
- cd ${_pkgname}-${pkgver}
- patch -Np1 < "$srcdir"/licenseinfo.patch
-}
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('144db16100c7eac8a9b563cd9398a295e11a3a65fa5f543b1c93191370e5dd72')
build() {
cd ${_pkgname}-${pkgver}/GUI/$pkgname
diff --git a/licenseinfo.patch b/licenseinfo.patch
deleted file mode 100644
index e1b1a6b3ebe7..000000000000
--- a/licenseinfo.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -Naur xephem-4.0.0.orig/GUI/xephem/versionmenu.c xephem-4.0.0.new/GUI/xephem/versionmenu.c
---- xephem-4.0.0.orig/GUI/xephem/versionmenu.c 2021-02-07 21:09:00.878498540 +0100
-+++ xephem-4.0.0.new/GUI/xephem/versionmenu.c 2021-02-14 17:16:46.126563543 +0100
-@@ -50,7 +50,7 @@
- "Copyright (c) 2021 Elwood Charles Downey",
- "",
- "Permission is hereby granted, free of charge, to any person obtaining a copy",
--"of this software and associated documentation files (the "Software"), to deal",
-+"of this software and associated documentation files (the \"Software\"), to deal",
- "in the Software without restriction, including without limitation the rights",
- "to use, copy, modify, merge, publish, distribute, sublicense, and/or sell",
- "copies of the Software, and to permit persons to whom the Software is",
-@@ -59,7 +59,7 @@
- "The above copyright notice and this permission notice shall be included in all",
- "copies or substantial portions of the Software.",
- "",
--"THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
-+"THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR",
- "IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,",
- "FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE",
- "AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER",