summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortonthemoon2022-10-21 07:19:24 +0000
committertonthemoon2022-10-21 07:19:24 +0000
commit118762acd83500025ac06c6f57e0c8c124aedff1 (patch)
treec3cb860b2ee6e9ba26edfd1d737e90064b5e1ac6
parentb30f90c95a55c5c58f6bcae8580defee7fc8f925 (diff)
downloadaur-118762acd83500025ac06c6f57e0c8c124aedff1.tar.gz
Remove pkgver=$(date +%s)
https://wiki.archlinux.org/title/Arch_User_Repository#What_is_the_difference_between_foo_and_foo-git_packages?
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c2c83ea381a..d8576e78500e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,10 +12,6 @@ depends=(
source=("${pkgname}.tar.gz::https://github.com/tonthemoon/ton/releases/download/nightly-linux-${arch}/ton-${arch}.tar.gz")
sha256sums=('SKIP')
-pkgver() {
- date +%s
-}
-
package() {
cd "$srcdir"
mkdir -p ${pkgdir}/usr/bin