Skip to content

Commit

Permalink
pkgconf: Update to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 8, 2024
1 parent a6dc686 commit 23de7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgconf/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Bartlomiej Piotrowski <nospam@bpiotrowski.pl>

pkgname=pkgconf
pkgver=2.1.1
pkgver=2.3.0
pkgrel=1
pkgdesc='pkg-config compatible utility which does not depend on glib'
url='https://github.com/pkgconf/pkgconf'
Expand All @@ -17,7 +17,7 @@ conflicts=('pkg-config')
provides=('pkg-config')
replaces=('pkg-config')
source=(https://github.com/pkgconf/pkgconf/archive/pkgconf-$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('6a181e0bf1195e95b7cd535a1854827aedb383b26b1fc24ca13586cb5e8e55af')
sha256sums=('0ee103cd390c3ee0e77a7a1c71dcb79a50a426fa2a648f6d07f2678c23adc5e3')

prepare() {
mv "${pkgname}-${pkgname}-${pkgver}" "${pkgname}-${pkgver}"
Expand Down

0 comments on commit 23de7bd

Please sign in to comment.