summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2019-05-05 01:00:27 +0200
committerNicola Murino2019-05-05 01:00:27 +0200
commit55bd0900f4c23e2ece20a97dc66058950ba144d3 (patch)
treeddc1b8dff695917deab3331e10d28a446bac655c
parente85491a70d1ec33c8ccc6867729de5602eeff248 (diff)
downloadaur-55bd0900f4c23e2ece20a97dc66058950ba144d3.tar.gz
remove mingw-w64-gcc depends
it is not needed anymore
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3490b54f7ed..7de4613013be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libpsl
pkgdesc = Public Suffix List library (mingw-w64)
pkgver = 0.21.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rockdaboot/libpsl
arch = any
license = MIT
@@ -9,7 +9,6 @@ pkgbase = mingw-w64-libpsl
makedepends = python
depends = mingw-w64-libidn2
depends = mingw-w64-libunistring
- depends = mingw-w64-gcc
source = https://github.com/rockdaboot/libpsl/releases/download/libpsl-0.21.0/libpsl-0.21.0.tar.gz
sha512sums = 165c4f0b0640a813d512bd916e1532e32e43c8c81a5efd048f3a5b07b1b3c9129b4c4b5008b8b11a7c1b3914caea17564321389cd350bf1d687d53a97f2afa4d
diff --git a/PKGBUILD b/PKGBUILD
index ba459391fc0c..a2a636f6bc33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=mingw-w64-libpsl
_pkgname=libpsl
pkgver=0.21.0
-pkgrel=1
+pkgrel=2
pkgdesc='Public Suffix List library (mingw-w64)'
url='https://github.com/rockdaboot/libpsl'
arch=(any)
license=('MIT')
-depends=('mingw-w64-libidn2' 'mingw-w64-libunistring' 'mingw-w64-gcc')
+depends=('mingw-w64-libidn2' 'mingw-w64-libunistring')
makedepends=('mingw-w64-configure' 'python')
source=(https://github.com/rockdaboot/libpsl/releases/download/${_pkgname}-${pkgver}/${_pkgname}-${pkgver}.tar.gz)
sha512sums=('165c4f0b0640a813d512bd916e1532e32e43c8c81a5efd048f3a5b07b1b3c9129b4c4b5008b8b11a7c1b3914caea17564321389cd350bf1d687d53a97f2afa4d')