summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4dce2daa975..58e2f9208e17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ygt
pkgdesc = A graphical hint editor for TrueType fonts
pkgver = 0.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/psb1558/ygt
arch = any
license = Apache-2.0
@@ -21,7 +21,7 @@ pkgbase = ygt
depends = python-ufo2ft
depends = python-uharfbuzz
depends = python-xgridfit
- source = ygt-0.2.5.tgz::https://github.com/psb1558/ygt/archive/v0.2.5.tar.gz
+ source = https://github.com/psb1558/ygt/archive/v0.2.5/ygt-0.2.5.tar.gz
sha256sums = 112a915bc3381f60e6594a072c549ed4e3e275d607d76ac2b51cca835b530a60
pkgname = ygt
diff --git a/PKGBUILD b/PKGBUILD
index 7d8b4f424f4e..2c0b5985823f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ygt
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='A graphical hint editor for TrueType fonts'
arch=(any)
url="https://github.com/psb1558/$pkgname"
@@ -23,7 +23,7 @@ depends=(python
makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$pkgname-$pkgver"
-source=("$_archive.tgz::$url/archive/v$pkgver.tar.gz")
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
sha256sums=('112a915bc3381f60e6594a072c549ed4e3e275d607d76ac2b51cca835b530a60')
build() {