summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkewl fft2023-05-19 08:14:49 +0100
committerkewl fft2023-05-19 08:14:49 +0100
commit5c19d0c2a42ea7dc8f44b1fec3535737d2371f62 (patch)
treec49cb44169913fcfa0b38c0b2d77f202ac64d1b6 /PKGBUILD
parent48e8db2677e1f089468d3f9d54707164e57dbc44 (diff)
downloadaur-5c19d0c2a42ea7dc8f44b1fec3535737d2371f62.tar.gz
Update to version 1.37-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fe605a989ea..fe984d0bb900 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
pkgname='emborg'
-pkgver=1.36
-pkgrel=2
+pkgver=1.37
+pkgrel=1
pkgdesc="Front-end to Borg backup"
arch=('any')
-depends=('borg' 'python-appdirs' 'python-arrow' 'python-docopt' 'python-inform' 'python-quantiphy' 'python-requests' 'python-nestedtext')
+depends=('borg' 'python-appdirs' 'python-arrow' 'python-docopt' 'python-inform' 'python-nestedtext' 'python-quantiphy' 'python-requests')
makedepends=('python-build' 'python-installer' 'python-flit-core')
url="https://github.com/KenKundert/${pkgname}"
license=('GPL3')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('93039fa70cd610238f8b4ad910f8d7449a68ee1823d7bf13ca8c7a69467e4c46')
+sha256sums=('ce6287546697e040f718a528f285fdfaeffe697d6ebe46518e1926ebca878e7b')
build() {
cd "${pkgname}-${pkgver}"