diff options
author | Radu Potop | 2016-10-01 16:05:12 +0300 |
---|---|---|
committer | Radu Potop | 2016-10-01 16:05:12 +0300 |
commit | 85e0f84deaf0f132f7d856de48230674105f1a88 (patch) | |
tree | 93ceb3269850369f0e70c844c622c643ec098b7d /.SRCINFO | |
download | aur-85e0f84deaf0f132f7d856de48230674105f1a88.tar.gz |
Initial commit of zlib-ng
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..ad53adaba86 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,15 @@ +pkgbase = zlib-ng-git + pkgdesc = zlib for the "next generation" systems. Drop-In replacement with some serious optimizations. + pkgver = 1.2.8 + pkgrel = 1 + url = https://github.com/Dead2/zlib-ng + arch = i686 + arch = x86_64 + license = zlib + depends = glibc + conflicts = zlib + source = git://github.com/Dead2/zlib-ng.git + md5sums = SKIP + +pkgname = zlib-ng-git + |