summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c3f9e44c8b8..c8f8af9abed2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rustytube-bin
pkgdesc = A rusty Youtube client
pkgver = 0.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/opensourcecheemsburgers/RustyTube
arch = x86_64
license = AGPL3
@@ -16,7 +16,7 @@ pkgbase = rustytube-bin
depends = gtk3
provides = rustytube
conflicts = rustytube
- source = https://github.com/opensourcecheemsburgers/RustyTube/releases/download/0.1.1-alpha/RustyTube_0.1.1_amd64.deb
+ source = https://github.com/opensourcecheemsburgers/RustyTube/releases/download/v0.1.1/rustytube_v0.1.1_amd64.deb
sha256sums = aa22a5290d6cdb486e6c3f12ad82594f54012df339e9ba9d447e61059528a46b
pkgname = rustytube-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9767bb9e45fd..a5c659c03452 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Asuka Minato
pkgname=rustytube-bin
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A rusty Youtube client"
arch=(x86_64)
url="https://github.com/opensourcecheemsburgers/RustyTube"
@@ -18,7 +18,8 @@ depends=(webkit2gtk
)
provides=(rustytube)
conflicts=(rustytube)
-source=("https://github.com/opensourcecheemsburgers/RustyTube/releases/download/${pkgver}-alpha/RustyTube_${pkgver}_amd64.deb")
+source=(
+ "https://github.com/opensourcecheemsburgers/RustyTube/releases/download/v${pkgver}/rustytube_v${pkgver}_amd64.deb")
sha256sums=('aa22a5290d6cdb486e6c3f12ad82594f54012df339e9ba9d447e61059528a46b')
package() {