summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortuyentv902020-07-15 16:34:00 +0700
committertuyentv902020-07-15 16:34:00 +0700
commit6df9af34a4f85824f3aaac98605e00763443410c (patch)
tree3e86e5e78ef39ea0c90bd5379138ffc1bcd0d4e8
parent17c9b5039de9817346a43c3f1bdc7c8684375635 (diff)
downloadaur-6df9af34a4f85824f3aaac98605e00763443410c.tar.gz
change pkg release
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d7e2b002d24..5f40845f5cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ makedepends=(
'xz'
)
-source_x86_64=("https://tel.red/repos/archlinux/sky-archlinux-${pkgver%.*}-${pkgver##*.}-${CARCH}.pkg.tar.xz")
+source_x86_64=("https://tel.red/repos/archlinux/sky-archlinux-${pkgver%.*}-${pkgrel##*.}-${CARCH}.pkg.tar.xz")
sha256sums_x86_64=('a81866a0a7746bf6fe07e05515c171155700a9febcdbb18a1de09623dbf8d19e')
package() {
@@ -46,7 +46,7 @@ package() {
local _sky_datadir=( "${_sky_bindir}/sounds" )
cd "${pkgdir}"
- tar -Jxf "${srcdir}/sky-archlinux-${pkgver%.*}-${pkgver##*.}-${CARCH}.pkg.tar.xz"
+ tar -Jxf "${srcdir}/sky-archlinux-${pkgver%.*}-${pkgrel##*.}-${CARCH}.pkg.tar.xz"
find "${pkgdir}" -maxdepth 1 -type f -delete
}