summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-09 21:31:31 +0200
committerMichal Wojdyla2024-04-09 21:31:31 +0200
commit434bc8d31ae7021192a5bc95cab92a7e32860b6a (patch)
treeca38642bab36f5c4a522c7bcfe238c97517c60a4
parentb0360bc5ed23fd33140a8bc44c12457c774ac412 (diff)
downloadaur-434bc8d31ae7021192a5bc95cab92a7e32860b6a.tar.gz
change arch to any
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 834b0a459ae0..c7f05302ad5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = uwsgitop-git
pkgdesc = uWSGI stats viewer
- pkgver = 20230511
+ pkgver = 20240401
pkgrel = 1
url = http://github.com/unbit/uwsgitop.git
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = git
makedepends = python2-distribute
diff --git a/PKGBUILD b/PKGBUILD
index 024de569d45d..5e62195d2539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Jan Oliver Oelerich <janoliver@oelerich.org>
pkgname=uwsgitop-git
-pkgver=20230511
+pkgver=20240401
pkgrel=1
pkgdesc="uWSGI stats viewer"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://github.com/unbit/uwsgitop.git"
license=('GPL')
depends=('python2')