summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorallddd2023-12-30 11:34:16 +0100
committerallddd2023-12-30 11:34:16 +0100
commit7e11c873a4b78e568c024b9b40bab2be9f2c5e2d (patch)
treec982f7f014bc0ef208dbf0844729bee97cde7399
parent2be301b46a9f122bf77a2c842360b83ecaf389a1 (diff)
downloadaur-dt-bin.tar.gz
reformatted
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c79f9b603ce..72747ab33d16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Allddd <allddd (at) proton (dot) me>
+
pkgname=dt-bin
pkgver=1.0.2
pkgrel=1
@@ -14,5 +15,7 @@ sha256sums_x86_64=('0092a92c5a5e6350b06840fb0121db345040ce2c22e6cee50ae625a2ad24
sha256sums_aarch64=('b878281751a2e7c5739d57bbffcd08546a138754d1b3df7efcd0570715520e91')
package() {
- install -Dm755 dt-* "${pkgdir}/usr/bin/dt"
+ install -Dm755 dt-* "${pkgdir}/usr/bin/dt"
}
+
+# vim: ts=4 sw=4 et: