Giancarlo Razzolini pushed to branch main at Arch Linux / Packaging / Packages
/ uwsgitop
Commits:
c39d96cd by Giancarlo Razzolini at 2024-10-08T10:32:24-03:00
upgpkg: 0.12-1: updpkg: 0.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = uwsgitop
pkgdesc = uWSGI top-like app
- pkgver = 0.11
- pkgrel = 7
+ pkgver = 0.12
+ pkgrel = 1
url = https://github.com/xrmx/uwsgitop
arch = any
license = MIT
makedepends = python-setuptools
depends = python-simplejson
options = !emptydirs
- source =
uwsgitop-0.11.tar.gz::https://github.com/xrmx/uwsgitop/archive/v0.11.tar.gz
- sha512sums =
bf75ce3b3a781f1ffd2b9bc75577808338dbd9e34dae8248b5fe89ce5989b4240bb11cb6132c95f081fc8b2fef4cd5cdacd5d9b421552ce7f87c9ae79a317d59
+ source =
uwsgitop-0.12.tar.gz::https://github.com/xrmx/uwsgitop/archive/v0.12.tar.gz
+ sha512sums =
75d2777f3ae67fa732afc023327d61d40108b09ab5d2d5b714394f7a0a819e4262c4804b95ab213ecc6d7b756eb210ebcba02d2caea5a12b0131f4dd6d6bdc5f
pkgname = uwsgitop
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Giancarlo Razzolini <[email protected]>
pkgname=uwsgitop
-pkgver=0.11
-pkgrel=7
+pkgver=0.12
+pkgrel=1
pkgdesc="uWSGI top-like app"
arch=('any')
url="https://github.com/xrmx/uwsgitop"
@@ -10,7 +10,7 @@ depends=('python-simplejson')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("$pkgname-$pkgver.tar.gz::https://github.com/xrmx/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('bf75ce3b3a781f1ffd2b9bc75577808338dbd9e34dae8248b5fe89ce5989b4240bb11cb6132c95f081fc8b2fef4cd5cdacd5d9b421552ce7f87c9ae79a317d59')
+sha512sums=('75d2777f3ae67fa732afc023327d61d40108b09ab5d2d5b714394f7a0a819e4262c4804b95ab213ecc6d7b756eb210ebcba02d2caea5a12b0131f4dd6d6bdc5f')
package() {
cd "$srcdir/$pkgname-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uwsgitop/-/commit/c39d96cde2b581b6a88bcab5432ed16f91700d19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/uwsgitop/-/commit/c39d96cde2b581b6a88bcab5432ed16f91700d19
You're receiving this email because of your account on gitlab.archlinux.org.