summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Lisowski2020-06-17 10:34:25 +0200
committerMichał Lisowski2020-06-17 10:34:25 +0200
commit3af6a7bd6363a4c43eb55aa39613a94b4ad7cd52 (patch)
tree0f36d7f482152add8abb1977a0af3fbb4dd4a92d /PKGBUILD
parent62ed5b730445e345b1c6620f03eefe36f44aa9fd (diff)
downloadaur-3af6a7bd6363a4c43eb55aa39613a94b4ad7cd52.tar.gz
Updated to 1.3.1, python2 patch applied upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ed17fe9f8196..c906d0014388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michal Lisowski <lisu87@gmail.com>
pkgname=relevation
-pkgver=1.3
+pkgver=1.3.1
pkgrel=1
pkgdesc="Command-line search for Revelation Password Manager files"
arch=('any')
@@ -8,14 +8,11 @@ url="http://p.outlyer.net/relevation/"
license=('custom')
depends=('python2-crypto' 'python2-lxml')
makedepends=('python2-setuptools')
-source=("http://p.outlyer.net/relevation/files/${pkgname}-${pkgver}.tar.gz"
- "$pkgname-python2.patch")
-md5sums=('4b5ec6152c7c6a26f4aa3e1f157ef4e3'
- 'a020e1a4f8aeb056f2335224ed3ee3c7')
+source=("http://p.outlyer.net/relevation/files/${pkgname}-${pkgver}.tar.gz")
+md5sums=('40488551b95ce1fcfc6062e51efd8545')
prepare() {
cd "$pkgname-$pkgver"
- patch -p1 -i "$srcdir/$pkgname-python2.patch"
}
package() {