summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Mark2024-04-04 14:19:55 +0200
committerSebastian Mark2024-04-04 14:21:07 +0200
commita4bee0a35f5a8ef923d1b17db7e8d86241686b74 (patch)
treebed33556957fbdd4ae5bf837fdbb257fada2d93f /PKGBUILD
parente721d557536cbb010b1f6c5f7eeecd3d7399db0f (diff)
downloadaur-python-pyzabbix.tar.gz
fix: update pkgrel to correct initial number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e2b7b9de26b..dd8b98c3ede4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-pyzabbix
_pkgname=${pkgname#python-}
pkgver=1.3.1 # renovate: datasource=github-releases depName=lukecyca/pyzabbix
-pkgrel=0
+pkgrel=1
pkgdesc="Python Zabbix API"
arch=(any)
url="https://github.com/lukecyca/pyzabbix"