summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Feletto2021-07-15 23:54:25 +0200
committerAndrea Feletto2021-07-15 23:54:25 +0200
commit08ca74d76cb3ca16467a4f90084fa16beda6298e (patch)
treed1ba1d9abc45f12d57b4334a9447bee046bb0c27
parent4520b9639a4f0835fc61d6180c68326187625663 (diff)
downloadaur-08ca74d76cb3ca16467a4f90084fa16beda6298e.tar.gz
pull extra files from tag (not from main)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1631b40bc329..cd5edd6f74ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = telescope-bin
pkgdesc = w3m-like browser for Gemini.
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://telescope.omarpolo.com
arch = x86_64
license = ISC
@@ -10,10 +10,10 @@ pkgbase = telescope-bin
conflicts = telescope
conflicts = telescope-git
source = telescope-bin-0.3::https://github.com/omar-polo/telescope/releases/download/0.3/telescope.linux.amd64
- source = https://raw.githubusercontent.com/omar-polo/telescope/main/telescope.1
- source = https://raw.githubusercontent.com/omar-polo/telescope/main/LICENSE
+ source = https://raw.githubusercontent.com/omar-polo/telescope/0.3/telescope.1
+ source = https://raw.githubusercontent.com/omar-polo/telescope/0.3/LICENSE
sha256sums = 6e07c62db694791cb4c7ae8c159ea8ef169ab5f1b83c62ae3a8ac633cf6a648c
- sha256sums = d7906b357c7bf32161b643f2f3d150b37b59f4ad2c7cfac03015add94a6971f6
+ sha256sums = 8df526e8aa0f5e534f2d3354bec5351ea356120bdeceec3acc115e0811fc7926
sha256sums = d74e569d89bef32bc5b9b297e581022674b62e4f9317fa72b971947f9e7ecd67
pkgname = telescope-bin
diff --git a/PKGBUILD b/PKGBUILD
index c6c47335cefb..6cf476dff9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=telescope-bin
_pkgname=${pkgname%-*}
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc='w3m-like browser for Gemini.'
arch=('x86_64')
url='https://telescope.omarpolo.com'
@@ -14,12 +14,12 @@ conflicts=('telescope' 'telescope-git')
depends=('libretls')
source=(
"$pkgname-$pkgver::https://github.com/omar-polo/$_pkgname/releases/download/$pkgver/$_pkgname.linux.amd64"
- "https://raw.githubusercontent.com/omar-polo/$_pkgname/main/telescope.1"
- "https://raw.githubusercontent.com/omar-polo/$_pkgname/main/LICENSE"
+ "https://raw.githubusercontent.com/omar-polo/$_pkgname/$pkgver/telescope.1"
+ "https://raw.githubusercontent.com/omar-polo/$_pkgname/$pkgver/LICENSE"
)
sha256sums=(
'6e07c62db694791cb4c7ae8c159ea8ef169ab5f1b83c62ae3a8ac633cf6a648c'
- 'd7906b357c7bf32161b643f2f3d150b37b59f4ad2c7cfac03015add94a6971f6'
+ '8df526e8aa0f5e534f2d3354bec5351ea356120bdeceec3acc115e0811fc7926'
'd74e569d89bef32bc5b9b297e581022674b62e4f9317fa72b971947f9e7ecd67'
)