summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP-Ellis2022-03-23 20:53:08 +1100
committerJP-Ellis2022-03-23 20:53:08 +1100
commitf2e41e78db5a1159734fbf060d0aa924d00f03f2 (patch)
treebb31a0d3756300d51222b72b88f64684dd6dab7e
parent09f5539b2d46c8441ef6eebeffc72570d53fab01 (diff)
downloadaur-python-papis-python-rofi.tar.gz
v1.0.3
Signed-off-by: JP-Ellis <josh@jpellis.me>
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639b0c33d8fa..0a098506d3f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Oct 31 22:47:21 UTC 2018
pkgbase = python-papis-python-rofi
pkgdesc = Create simple GUIs using the Rofi application (fork for papis)
- pkgver = 1.0.2
- pkgrel = 2
+ pkgver = 1.0.3
+ pkgrel = 1
url = https://pypi.org/project/papis-python-rofi/
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/papis-python-rofi/papis-python-rofi-1.0.2.tar.gz
- sha256sums = 3bd01a9db97b620c4249e89e37c2fe669ba405ac179ea3bffa43246c05af668e
+ source = https://files.pythonhosted.org/packages/source/p/papis-python-rofi/papis-python-rofi-1.0.3.tar.gz
+ sha256sums = 358e24f5fb0a86de6f15d5168753ad4cbb97e52b36b1bd7abbad4053aeb6f621
pkgname = python-papis-python-rofi
-
diff --git a/PKGBUILD b/PKGBUILD
index 98159e81bcab..14997807d9c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: JP-Ellis <josh@jpellis.me>
pkgname=python-papis-python-rofi
_name=${pkgname#python-}
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc="Create simple GUIs using the Rofi application (fork for papis)"
arch=('any')
url="https://pypi.org/project/papis-python-rofi/"
@@ -11,7 +11,7 @@ depends=('python')
optdepends=()
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('3bd01a9db97b620c4249e89e37c2fe669ba405ac179ea3bffa43246c05af668e')
+sha256sums=('358e24f5fb0a86de6f15d5168753ad4cbb97e52b36b1bd7abbad4053aeb6f621')
noextract=()
build() {