summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2022-11-14 15:52:21 -0800
committerGavin Lloyd2022-11-14 15:52:46 -0800
commite1db2078fdec6554428eac67f121b474ab1eb09a (patch)
tree18385187d5fd988fd7dce809587275f388e4ca08
parent9e8f0e3340ebff3a31fc9146ed28dde6f3cbf827 (diff)
downloadaur-e1db2078fdec6554428eac67f121b474ab1eb09a.tar.gz
Update to 0.19 (python3 port)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41b01ccbc4cb..ecb9123c2a5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
pkgbase = hashbrowns-git
pkgdesc = Provides cryptographic hashes with a minimal UI
- pkgver = 0.18.5a3aeb2
- pkgrel = 2
+ pkgver = 0.19.4bfcac4
+ pkgrel = 1
url = https://github.com/gavinhungry/hashbrowns
arch = any
license = MIT
makedepends = git
- depends = pygtk
- depends = pango
- depends = python2-pysha3
source = hashbrowns-git::git+https://github.com/gavinhungry/hashbrowns.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14a18b11328d..927cec7b937d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Gavin Lloyd <gavinhungry@gmail.com>
pkgname=hashbrowns-git
-pkgver=0.18.5a3aeb2
-pkgrel=2
+pkgver=0.19.4bfcac4
+pkgrel=1
pkgdesc='Provides cryptographic hashes with a minimal UI'
url='https://github.com/gavinhungry/hashbrowns'
license=('MIT')
arch=('any')
makedepends=('git')
-depends=('pygtk' 'pango' 'python2-pysha3')
source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')