summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2020-09-04 20:20:00 -0700
committerYardena Cohen2020-09-04 20:20:00 -0700
commita1bb4a5d5fb038e9eb70c888626ee4517131da6c (patch)
tree3a675d36157ca5d45a5381f2306aeaefa0fd8701
parente45c3f06f6a74df2e75bdaafacb4f87b7460cad0 (diff)
downloadaur-a1bb4a5d5fb038e9eb70c888626ee4517131da6c.tar.gz
don't replace libpng
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e36f611d83..801e6ead0770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 1 09:45:29 UTC 2020
+# Sat Sep 5 03:19:15 UTC 2020
pkgbase = libpng-apng
pkgdesc = A collection of routines used to create PNG format graphics files
pkgver = 1.6.37
@@ -11,7 +11,6 @@ pkgbase = libpng-apng
depends = sh
provides = libpng=1.6.37
conflicts = libpng
- replaces = libpng
source = https://downloads.sourceforge.net/sourceforge/libpng/libpng-1.6.37.tar.xz
source = https://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-1.6.37-apng.patch.gz
sha256sums = 505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca
diff --git a/PKGBUILD b/PKGBUILD
index 833492c91b5a..7e43b392d231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ url="http://www.libpng.org/pub/png/libpng.html"
license=('custom')
depends=('zlib' 'sh')
provides=(libpng=$pkgver)
-replaces=(libpng)
conflicts=(libpng)
validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn Randers-Pehrson (mozilla) <glennrp@gmail.com>
source=("https://downloads.sourceforge.net/sourceforge/$libname/$libname-$pkgver.tar.xz"