summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2020-05-18 01:24:13 +0100
committerAlexandros Theodotou2020-05-18 01:24:13 +0100
commit049a914018a77db07a18d8ed79dcd5aee63e733e (patch)
treeb4bb33964a019696c4aa42939621972a964831c1
parent403b69692cbcd6d7e6fe92eca9e015a74296c773 (diff)
downloadaur-049a914018a77db07a18d8ed79dcd5aee63e733e.tar.gz
remove crt dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e90ace598b7..029ebc32b2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = mingw-w64-gdk-pixbuf2-bin
url = https://www.gnome.org
arch = any
license = custom
- depends = mingw-w64-crt
provides = mingw-w64-gdk-pixbuf2
source = http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gdk-pixbuf2-2.40.0-1-any.pkg.tar.xz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6005894ce3e9..d839a82bad19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,6 @@ pkgdesc="A text widget adding syntax highlighting and more to GNOME (mingw-w64)"
arch=('any')
url="https://www.gnome.org"
license=('custom')
-depends=('mingw-w64-crt')
provides=('mingw-w64-gdk-pixbuf2')
source=("http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-gdk-pixbuf2-2.40.0-1-any.pkg.tar.xz")
sha256sums=('SKIP')