summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoradralioh2022-06-28 03:03:43 +0000
committeradralioh2022-06-28 03:03:43 +0000
commite4a8f187c6eef6970a3a37ea5da5076c441adfd9 (patch)
tree96b3f3f23fbc8975cce80bdbebd3a5360dd20736 /PKGBUILD
parent1819626e28cf553a147d0cc3da5f064161fa4e53 (diff)
downloadaur-ytcl.tar.gz
Bump version to 1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb77fc577848..4235cb179775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Adralioh <aur at adralioh dot dev>
pkgname=ytcl
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="CLI frontend for ytdl-server"
arch=('any')
url="https://gitlab.com/adralioh/ytcl"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python>=3.7')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('5af1f8dd5c3bcd2001c08dd778da279a4f68f1ec02ceb530f87e0a1da7061c9a')
+sha256sums=('cf10085c39855c7257f7c7e5d0e44fafc6edbd44eceeb0576e66f2aa7700653e')
build() {
cd "$pkgname-$pkgver"