update pacakge version

This commit is contained in:
ksyasuda 2022-10-23 23:15:58 -07:00
parent 9da2da2bf8
commit e77be5c117
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgbase = python-rofi-git
pkgdesc = Python wrapper for rofi
pkgver = 1.1.0
pkgver = 1.2.0
pkgrel = 1
url = https://gitea.suda.codes/sudacode/python-rofi.git
arch = any

View File

@ -1,7 +1,7 @@
# Maintainer: Sudacode <the dot sudacode at gmail dot com>
_pkgname=python-rofi
pkgname="${_pkgname}-git"
_pkgver=1.1.0
_pkgver=1.2.0
pkgver=${_pkgver//-/_}
pkgrel=1
pkgdesc='Python wrapper for rofi'