summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2019-07-15 18:57:02 +0200
committerSefa Eyeoglu2019-07-15 18:57:02 +0200
commit21846a3eb35bb86f3047f79093743b3b116e3e5b (patch)
tree684f954fe7295c4228e8d80c9df4f0f4b5d865a7
parent5d1c10a9b2fb1bc7d56fdb26edd75041d839fd58 (diff)
downloadaur-21846a3eb35bb86f3047f79093743b3b116e3e5b.tar.gz
upgpkg: libquotient 0.5.2-2
Remove security.md from package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6768ef1412f9..72d4fbb51ffb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libquotient
pkgdesc = A Qt5 library to write cross-platform clients for Matrix
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/quotient-im/libQuotient
arch = x86_64
license = LGPL2
diff --git a/PKGBUILD b/PKGBUILD
index 4995a12247d0..473f4f532e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
pkgname=libquotient
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Qt5 library to write cross-platform clients for Matrix"
arch=(x86_64)
url="https://github.com/quotient-im/libQuotient"
@@ -35,5 +35,4 @@ package() {
cd "$srcdir/${pkgname}"
install -Dm 644 "examples/qmc-example.cpp" "${pkgdir}/usr/share/doc/${pkgname}/qmc-example.cpp"
install -Dm 644 "README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
- install -Dm 644 "SECURITY.md" "${pkgdir}/usr/share/doc/${pkgname}/SECURITY.md"
}