summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2022-01-04 14:10:24 +0100
committerYour Name2022-01-04 14:10:24 +0100
commit8260654492aba5ae6c59e31ba0a9ca41223191bf (patch)
treea10a1a3bece465ab3d9eff1e3153823ab2fe5de8
parente11c371ddfd354321582c1cc2d66ed0ab8b9dc68 (diff)
downloadaur-8260654492aba5ae6c59e31ba0a9ca41223191bf.tar.gz
next iteration
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce987ef90c49..67fc4264f219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Find this package on https://github.com/pietmacom/kopano-pkgbuilds.git
pkgname='kopano-libvmime-git'
pkgver=0.9.2k4
pkgrel=1
@@ -158,7 +159,9 @@ conflicts=(
source=(
"${pkgname}::git+https://github.com/Kopano-dev/vmime.git${_sourceBranch}"
)
-md5sums=('SKIP')
+md5sums=(
+ 'SKIP'
+ )
makedepends=(
'cmake'
@@ -194,4 +197,4 @@ build() {
package() {
cd build
make DESTDIR="$pkgdir" install
-}
+} \ No newline at end of file