summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortakagiy2020-03-10 23:11:55 +0900
committertakagiy2020-03-10 23:11:55 +0900
commit9b75449002b19dafead037f00256a9470bb278b0 (patch)
treee85aee724d6748d1d2c5d84f6001c8f78089b28a
parent2c724c84d9d222474292e3e316509bd091847f21 (diff)
downloadaur-9b75449002b19dafead037f00256a9470bb278b0.tar.gz
fix pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70b12e8a62b7..43a31fcb8af1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = utfcpp-git
- pkgdesc = C++17 zero-overhead syntactic sugar for "variant" and "optional"
+ pkgdesc = UTF-8 with C++ in a Portable Way
pkgver = 3.1.r13.dc2442c
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nemtrif/utfcpp
arch = any
license = BSL-1.0
diff --git a/PKGBUILD b/PKGBUILD
index 9f2f866aeebc..88e861bb0bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Yuki Takagi <takagiy.4dev@gmail.com>
pkgname=utfcpp-git
pkgver=3.1.r13.dc2442c
-pkgrel=1
-pkgdesc="C++17 zero-overhead syntactic sugar for \"variant\" and \"optional\""
+pkgrel=2
+pkgdesc="UTF-8 with C++ in a Portable Way"
arch=('any')
url="https://github.com/nemtrif/utfcpp"
license=('BSL-1.0')