summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsommerfeld2024-04-24 16:31:25 +0100
committersommerfeld2024-04-24 16:33:53 +0100
commit7eb71b4250a151da4f08795dbe228ac0873f2db6 (patch)
treea196d7c69134cda148a4a8d242814ca5efcb18fd /PKGBUILD
parenta15cf2c15823aa04c08b6cd8c2fe874f3ee69184 (diff)
downloadaur-7eb71b4250a151da4f08795dbe228ac0873f2db6.tar.gz
Removed uneeded files
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71d3587e02d4..2f00e233d284 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,9 +10,7 @@ url="https://github.com/sommerfelddev/$_pkgname"
license=('MIT')
depends=('gcc-libs' 'glibc' 'openssl')
makedepends=('cargo' 'git')
-source=("git+$url"
- "$_pkgname.sysusers"
- "$_pkgname.tmpfiles")
+source=("git+$url")
sha256sums=('SKIP')
backup=("etc/$_pkgname/$_pkgname.toml")
options=('!lto')