summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarko Korhonen2021-03-24 19:16:56 +0200
committerMarko Korhonen2021-03-24 19:16:56 +0200
commita51141bce10b47093ada5e24fc2838981c10afce (patch)
tree16b992aaa3638340ca7dfdeb0d843ca66ad80d09 /PKGBUILD
parentc977ce32332a3612b603b6196215219ba9725117 (diff)
downloadaur-a51141bce10b47093ada5e24fc2838981c10afce.tar.gz
Update to latest version and add upstream url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33abc059552d..efc2102d8438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Marko Korhonen <reekymarko@reekynet.com>
pkgname=beets-check
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="Verify and store checksums in your beets library"
arch=('any')
-url=""
+url="https://github.com/geigerzaehler/beets-check"
license=('MIT')
depends=('python' 'beets>=1.4.3')
source=("https://github.com/geigerzaehler/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('3713ab4aa776f40dd00d9867323b4204')
+md5sums=('8343240c1e4e4c2496f924b8c2faf042')
package() {
cd "$srcdir/${pkgname}-${pkgver}"