diff options
author | grufo | 2016-10-15 16:15:51 +0200 |
---|---|---|
committer | grufo | 2016-10-15 16:15:51 +0200 |
commit | 3e7d37c28caf05a6a721184d5d6a86421a13050b (patch) | |
tree | 75c9c0fb8c85dd57cea959ccf396890f4909cd3d /PKGBUILD | |
parent | 950a9e45853f344657fb714aa00a0d63589c9766 (diff) | |
download | aur-3e7d37c28caf05a6a721184d5d6a86421a13050b.tar.gz |
New release (1.1-2)
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=libconfini pkgver=1.1 -pkgrel=1 +pkgrel=2 pkgdesc='Yet another INI parser' arch=('i686' 'x86_64') url="https://madmurphy.github.io/libconfini/" license=("GPL") makedepends=('intltool') source=("https://github.com/madmurphy/${pkgname}/archive/${pkgver}-${pkgrel}.tar.gz") -md5sums=('fe8aa1904c12ed6b8413f04e0777396b') +md5sums=('18e1e03b401d01250556fb1f42116da7') prepare() { |