summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-01-04 13:37:51 +0100
committerYour Name2022-01-04 13:37:51 +0100
commite11c371ddfd354321582c1cc2d66ed0ab8b9dc68 (patch)
treed6122523586ec0eddc67060fe2817f30bfb7601f
parent06a71859e6a3e465bd8f51b2d1f596ed3293966f (diff)
downloadaur-e11c371ddfd354321582c1cc2d66ed0ab8b9dc68.tar.gz
next iteration
-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
+}