summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreatmyvenom2021-03-14 21:51:53 -0700
committereatmyvenom2021-03-14 21:51:53 -0700
commit7bcb6a82a061efb205eb3bc931bdb00bd5a5dba2 (patch)
treecf34d084e70d259fe6661c940e1273fda24cb85e /PKGBUILD
parent050be779b432cc586faaee6428ea61ff376455f4 (diff)
downloadaur-tilix-bin.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03e71d344be0..c58b5d1862ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,5 +22,5 @@ source=(${_pkgname}-${pkgver}.zip::https://github.com/gnunn1/tilix/releases/down
md5sums=('7b8e24c0cafb04b070b1167985a9d597')
package() {
- cp -ar $srcdir/usr $pkgdir/usr
+ cp -ar "${_pkgname}-${pkgver}" $pkgdir/usr
}