summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccd2f3045c5c..ce987ef90c49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -158,9 +158,7 @@ conflicts=(
source=(
"${pkgname}::git+https://github.com/Kopano-dev/vmime.git${_sourceBranch}"
)
-md5sums=(
- 'SKIP'
- )
+md5sums=('SKIP')
makedepends=(
'cmake'
@@ -196,4 +194,4 @@ build() {
package() {
cd build
make DESTDIR="$pkgdir" install
-} \ No newline at end of file
+}