summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-08-12 23:27:40 +0300
committerCaleb Maclennan2020-08-12 23:27:40 +0300
commit2d74c574bbc4014711794baafa18d4442b7cfddb (patch)
tree098dde8ec706644901592b3f0040672ca5453d7d
parentd3bfe2b5b34627e2cabc1afccbeb2dae0c815b3d (diff)
downloadaur-2d74c574bbc4014711794baafa18d4442b7cfddb.tar.gz
upgpkg: fontship 0.2.1-2
Switch to using release tarball instead of git archive
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41060274f35d..04b901c89b53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fontship
pkgdesc = A font development toolkit and collaborative work flow
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theleagueof/fontship
arch = any
license = AGPL3
@@ -28,8 +28,8 @@ pkgbase = fontship
depends = ttfautohint
depends = woff2
depends = zsh
- source = fontship-0.2.1.tar.gz::https://github.com/theleagueof/fontship/archive/v0.2.1.tar.gz
- sha256sums = b5ef3f64913107c736803e9b20da16ee9144f101af2432a7e899d6d65bc11801
+ source = https://github.com/theleagueof/fontship/releases/download/v0.2.1/fontship-0.2.1.tar.gz
+ sha256sums = 5b7ced152f7241262cabb4059e942dde776a3e85e07b849f32fcdf9ce9b40491
pkgname = fontship
diff --git a/PKGBUILD b/PKGBUILD
index 854fcc4bb787..4029c0523894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fontship
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='A font development toolkit and collaborative work flow'
arch=('any')
url="https://github.com/theleagueof/$pkgname"
@@ -30,13 +30,8 @@ depends=('entr'
'ttfautohint'
'woff2'
'zsh')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('b5ef3f64913107c736803e9b20da16ee9144f101af2432a7e899d6d65bc11801')
-
-prepare() {
- cd "$pkgname-$pkgver"
- ./bootstrap.sh
-}
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('5b7ced152f7241262cabb4059e942dde776a3e85e07b849f32fcdf9ce9b40491')
build() {
cd "$pkgname-$pkgver"