summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislaw Grams2024-01-27 18:46:27 +0100
committerStanislaw Grams2024-01-27 18:46:27 +0100
commit1eb8dda6963180c2dc97df9dd362166544cefa99 (patch)
tree846140d39730c91c0d75acf24569905901370e2a
parent302bb0242987e85d547b5273639a1276f142ac6d (diff)
downloadaur-1eb8dda6963180c2dc97df9dd362166544cefa99.tar.gz
new antpatt-1.1.1 released
modified arch so it builds for any architecture Signed-off-by: Stanislaw Grams <stanislawgrams@gmail.com>
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792dafd7b31c..950f5a25dae0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = antpatt
pkgdesc = Antenna pattern plotting and analysis software.
- pkgver = 1.0.1
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/kkonradpl/antpatt
- arch = x86_64
- arch = i686
+ arch = any
license = GPL2
makedepends = git
makedepends = cmake
@@ -17,7 +16,7 @@ pkgbase = antpatt
depends = gtk2
provides = antpatt
conflicts = antpatt
- source = https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.0.1.tar.gz
- sha256sums = 8743c496bf3d97f78bbdc31048bbf657113ba25c46c25cbdebf9acc0958348eb
+ source = https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.1.1.tar.gz
+ sha256sums = 4712b792483c373873d300fc842e996212ed7cc20ccf5771cc513c10e34f2226
pkgname = antpatt
diff --git a/PKGBUILD b/PKGBUILD
index 6918b8c71f3d..b97f6028b35d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Stanislaw Grams <sjg@fmdx.pl>
pkgname=antpatt
-pkgver=1.0.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="Antenna pattern plotting and analysis software."
-arch=('x86_64' 'i686')
+arch=('any')
url="https://github.com/kkonradpl/antpatt"
license=('GPL2')
depends=('gtk2')
provides=('antpatt')
conflicts=('antpatt')
makedepends=('git' 'cmake' 'ninja' 'pkgconf' 'gtk2' 'json-c' 'zlib' 'gsl')
-source=("https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.0.1.tar.gz")
-sha256sums=('8743c496bf3d97f78bbdc31048bbf657113ba25c46c25cbdebf9acc0958348eb')
+source=("https://github.com/kkonradpl/antpatt/archive/refs/tags/v1.1.1.tar.gz")
+sha256sums=('4712b792483c373873d300fc842e996212ed7cc20ccf5771cc513c10e34f2226')
build() {
cd "$srcdir/"