diff options
author | Autumn Boyhan | 2022-12-29 14:16:44 -0500 |
---|---|---|
committer | Autumn Boyhan | 2022-12-29 14:16:44 -0500 |
commit | e8dc28eddbbc96f3589b9fb132de07488b7c9f49 (patch) | |
tree | c8178c747e7a77b52fd268cb79e79685bfe91e94 /PKGBUILD | |
parent | d9fd28337f971b1bde250df7ab835fb088b9ff0b (diff) | |
download | aur-e8dc28eddbbc96f3589b9fb132de07488b7c9f49.tar.gz |
Fixed spacing in PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ conflicts=('naikari') source=('git+https://github.com/naikari/naikari.git' 'git+https://github.com/naikari/naikari-artwork-production.git') md5sums=('SKIP' - 'SKIP') + 'SKIP') pkgver() { cd ${srcdir}/${_pkgname} |