summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12016-04-16 22:39:15 +0800
committerChocobo12016-04-16 22:39:15 +0800
commitdfda71f9e30c2ca6042e91b58f9434f60c6fc3d1 (patch)
tree82a1c84c353b1fb8f67c14dbc62850303b432e6a
parent1233125139e31cf7cb18175b76d59c269738d503 (diff)
downloadaur-dfda71f9e30c2ca6042e91b58f9434f60c6fc3d1.tar.gz
Better name for source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b699f2b01b2..3ae310e85a2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = chewing-editor
depends = libchewing
depends = qt5-base
depends = hicolor-icon-theme
- source = https://github.com/chewing/chewing-editor/archive/0.1.0.tar.gz
+ source = chewing-editor-0.1.0.tar.gz::https://github.com/chewing/chewing-editor/archive/0.1.0.tar.gz
sha256sums = f769ec40b22c4d9bb3e1b68d62e4fade40e057131a5986e37772698131235693
pkgname = chewing-editor
diff --git a/PKGBUILD b/PKGBUILD
index 4ec8efb8a741..0aef7363a044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL')
depends=('libchewing' 'qt5-base' 'hicolor-icon-theme')
makedepends=('cmake' 'qt5-tools' 'help2man')
install=$pkgname.install
-source=("https://github.com/chewing/$pkgname/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/chewing/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('f769ec40b22c4d9bb3e1b68d62e4fade40e057131a5986e37772698131235693')
prepare() {