summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 812f769b4142..355d15cbfa0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=astronaut-git
pkgver=0.1.2.r1.g3f41b58
-pkgrel=1
+pkgrel=2
pkgdesc="Gemini browser for the terminal"
arch=('x86_64')
url="https://sr.ht/~adnano/astronaut"
@@ -10,14 +10,8 @@ license=('GPL3')
depends=('glibc')
makedepends=('git' 'go' 'scdoc')
options=('!lto')
-source=(
- "$pkgname::git+https://git.sr.ht/~adnano/astronaut#branch=master"
- 'Makefile.patch'
-)
-sha256sums=(
- 'SKIP'
- '8e1d4bb411d3d678a9feb4bcfc53954279ebe0fb4c3a4583a3b7a541c05edcd2'
-)
+source=("$pkgname::git+https://git.sr.ht/~adnano/astronaut#branch=master")
+sha256sums=('SKIP')
pkgver() {
git -C "$pkgname" describe --long --tags | sed 's/-/.r/;s/-/./'