summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2018-04-15 03:22:53 +0200
committergrufo2018-04-15 03:22:53 +0200
commitbdd1663bd5231c864aad33e801f2b851e22f9614 (patch)
tree0b82406cc2746134d08bebaaa5653c97d2b4a3a8
parent66d6a0ba67fe5b425d8779a5cd4dc9a17aa0d74c (diff)
downloadaur-bdd1663bd5231c864aad33e801f2b851e22f9614.tar.gz
New git commit (r85.080bda6)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29516a1df213..2212acd8f3d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = libconfini-git
pkgdesc = Yet another INI parser
- pkgver = r75.0230fa4
+ pkgver = r85.080bda6
pkgrel = 1
url = https://madmurphy.github.io/libconfini/
arch = i686
arch = x86_64
license = GPL
- makedepends = intltool
provides = libconfini
conflicts = libconfini
source = git+https://github.com/madmurphy/libconfini.git
diff --git a/PKGBUILD b/PKGBUILD
index e62b9977d8c6..beaa5ab28950 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname='libconfini-git'
_pkgname='libconfini'
-pkgver='r75.0230fa4'
+pkgver='r85.080bda6'
pkgrel=1
pkgdesc='Yet another INI parser'
arch=('i686' 'x86_64')
url='https://madmurphy.github.io/libconfini/'
license=('GPL')
-makedepends=('intltool')
provides=('libconfini')
conflicts=('libconfini')
source=("git+https://github.com/madmurphy/${_pkgname}.git")
@@ -47,7 +46,6 @@ package() {
cd "${srcdir}/${_pkgname}"
make DESTDIR="${pkgdir}" install
- chmod +x "${pkgdir}/usr/share/doc/${_pkgname}/examples/run_example.sh"
}