summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopkornium182022-02-11 22:37:45 +0100
committerPopkornium182022-02-11 22:37:45 +0100
commitb17b046b3625a1b5472588859b7b9bfcf0096e87 (patch)
treebbf7418b7e20f419e69e732ea7984710ce65d236 /PKGBUILD
parent5d1c8d0da11361debcb675d11a3e3a741bac81f5 (diff)
downloadaur-b17b046b3625a1b5472588859b7b9bfcf0096e87.tar.gz
audiotag 0.7.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb23dc3ac241..5d331d7af4e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Popkornium18 <mail@popkornium18.de>
pkgname=audiotag
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="Simple command line audio tagger written in python3"
arch=("any")
url="https://github.com/Popkornium18/audiotag"
@@ -9,7 +9,7 @@ license=("MIT")
depends=("python-pytaglib" "python-prompt_toolkit")
makedepends=("python-setuptools")
source=("https://github.com/Popkornium18/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=("be7f76f1bd9ec4a9e8497a51dd986321591fb8ce407118abed4903bf0e1665a9")
+sha256sums=("ae393f95270101a1e193d357e8ea7b5a232553c965b4adcbc5577676243e4db2")
package() {
cd ${srcdir}/${pkgname}-${pkgver}
/usr/bin/python3 setup.py install --root="$pkgdir/" --optimize=1