summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStanislaw Grams2024-01-27 18:46:27 +0100
committerStanislaw Grams2024-01-27 18:46:27 +0100
commit1eb8dda6963180c2dc97df9dd362166544cefa99 (patch)
tree846140d39730c91c0d75acf24569905901370e2a /PKGBUILD
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>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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/"