summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSakura19432021-04-10 14:14:39 +0800
committerSakura19432021-04-10 14:14:39 +0800
commit79bd662222f0c5d3a3c294df65978c1c4702771c (patch)
tree15e500116d2ceb66a6760f8acbcb195f62a27eda /PKGBUILD
parent93e3a554532502ee28f1d197f5f30967dc7f629d (diff)
downloadaur-hexo-deployer-with-theme-typography.tar.gz
uploads
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b4f2fba918f..e61f0956dc0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sakura1943 <1436700265@qq.com>
pkgname=hexo-deployer-with-theme-typography
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Hexo deployment tool with typography theme"
arch=(x86_64)
@@ -13,12 +13,12 @@ backup=()
options=()
install=
changelog=
-source=("https://mirrors.yaoyz.cn/hexo//hexo.sh")
+source=("$pkgname.tar.gz")
noextract=()
md5sums=("SKIP")
validpgpkeys=()
package() {
- chmod u+x ${srcdir}/hexo.sh
- sudo sh ${srcdir}/hexo.sh
+ install -Dm755 usr/bin/$pkgname "$pkgdir/usr/bin/$pkgname"
+ echo -e 'Please enter hexo-deployer-with-theme-typography to run the script'
}