summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86991a2e27b..63a12f60fd17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,5 @@
-# Generated by mksrcinfo v8
-# Thu Sep 7 06:04:16 UTC 2017
pkgbase = perl6-cro-ssl
- pkgdesc = Libraries for building reactive services in Perl6 - SSL part
+ pkgdesc = SSL support for the Cro library for building distributed systems in Perl 6
pkgver = 0.7
pkgrel = 1
url = https://github.com/croservices/cro-ssl
diff --git a/PKGBUILD b/PKGBUILD
index 6852cb9a589c..eec6f978df21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=perl6-cro-ssl
pkgver=0.7
pkgrel=1
-pkgdesc="Libraries for building reactive services in Perl6 - SSL part"
+pkgdesc="SSL support for the Cro library for building distributed systems in Perl 6"
arch=('any')
depends=('perl6'
'perl6-cro-core'