summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSosthène Guédon2020-06-11 22:56:23 +0200
committerSosthène Guédon2020-06-11 22:56:23 +0200
commit710099ab92035e91b9305ce3955a48bb055184ce (patch)
tree1eb6cacc1ef8dc33140b1172d53b805090424c51
parentd053cb99601af544f73fa343feb28b387b2bc199 (diff)
downloadaur-710099ab92035e91b9305ce3955a48bb055184ce.tar.gz
Release 1.4.1
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afb93a86c0b1..2f018bc6e3af 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sosthène Guédon <sosthene.gued@gmail.com>
pkgname=peertube-viewer-rs
-pkgver=1.4.1
+pkgver=
pkgrel=1
pkgdesc="Peertube command line viewer inspired by youtube-viewer"
arch=('any')
@@ -10,6 +10,7 @@ depends=('openssl')
makedepends=(
'rust'
)
+md4sums=(')')
source=("https://gitlab.com/SostheneGuedon/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
@@ -26,4 +27,3 @@ package() {
install -Dm755 peertube-viewer-rs.1 $pkgdir/usr/share/man/man1/peertube-viewer-rs.1
gzip $pkgdir/usr/share/man/man1/peertube-viewer-rs.1
}
-md5sums=('9d589afba09504bd43bc90890702b10f')