summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordax2019-06-15 17:15:38 -0500
committerdax2019-06-15 17:15:38 -0500
commit350c6671662adbb21597a0cf305511f9b1444f92 (patch)
tree583b8e197b4984e2229fdf019e524a2f862d7f9a /PKGBUILD
parent18ba18035e38837876732209359baa63ace6d58d (diff)
downloadaur-350c6671662adbb21597a0cf305511f9b1444f92.tar.gz
bump 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dcad1ca525b..bbcf81cb9603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: dax <dev@dax.moe>
pkgname=xdcc
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="xdcc file downloader"
arch=('x86_64')
url="https://git.sr.ht/~dax/xdcc"
license=('ISC')
makedepends=('go' 'scdoc')
source=("https://git.sr.ht/~dax/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('4e4b203d26ef6b4b7c7143d19db19e65')
+md5sums=('2d8ff51074319033dbd1686962962fe9')
build() {
cd "$pkgname-$pkgver"