summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-05-05 17:58:06 +0200
committerMichel Zou2020-05-05 17:58:06 +0200
commitaac1ec66908fe94424f2bfc1adc5a505f0518c5d (patch)
tree680eac37eec9965f6b278e8491c3cc6fe6c28ecd
parent5c2fc8b4798188dd386f1746126685fcdb0db7f4 (diff)
downloadaur-aac1ec66908fe94424f2bfc1adc5a505f0518c5d.tar.gz
url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9afbb88355d5..50d07dec7fac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mingw-w64-utf8cpp
pkgdesc = UTF-8 with C++ in a Portable Way (mingw-w64)
pkgver = 3.1
pkgrel = 1
- url = http://utfcpp.sourceforge.net
+ url = https://github.com/nemtrif/utfcpp
arch = any
license = Custom
makedepends = mingw-w64-cmake
diff --git a/PKGBUILD b/PKGBUILD
index 8da212e38d0a..6ca2c41a33b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgname=mingw-w64-utf8cpp
pkgver=3.1
pkgrel=1
pkgdesc="UTF-8 with C++ in a Portable Way (mingw-w64)"
-url='http://utfcpp.sourceforge.net'
+url="https://github.com/nemtrif/utfcpp"
arch=('any')
license=('Custom')
depends=()