summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-02-10 11:44:16 -0300
committerGonzalo Exequiel Pedone2024-02-10 11:44:16 -0300
commitec3e6b89efadbad1be80d85b80cbf24fc1f00ed5 (patch)
treef6b7042175f3c857c0ba412d434fea9296b5653e
parentc0959eb5806000875bf9796349cd97d413210295 (diff)
downloadaur-android-pkg-config.tar.gz
Fixed package description.
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63d12beaa533..20e5b0decda4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# miƩ abr 3 21:03:07 UTC 2019
pkgbase = android-pkg-config
- pkgdesc = Support pkg-config script (does not depend on any particular version of pkg-config). Useful for pkg-config powered cross-compiling with mingw-w64, see http://tinyurl.com/pkg-config-cross for more info
+ pkgdesc = Support pkg-config script (does not depend on any particular version of pkg-config). Useful for pkg-config powered cross-compiling for Android, see http://tinyurl.com/pkg-config-cross for more info
pkgver = 2
- pkgrel = 1
+ pkgrel = 2
url = http://pkg-config.freedesktop.org/
install = android-pkg-config.install
arch = any
@@ -13,4 +11,3 @@ pkgbase = android-pkg-config
md5sums = SKIP
pkgname = android-pkg-config
-
diff --git a/.gitignore b/.gitignore
index cc85376b511e..df1e5d2dca13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
*.tar.xz
+*.tar.zst
pkg
src
diff --git a/PKGBUILD b/PKGBUILD
index c92928c92996..a8ace1b4bedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=android-pkg-config
pkgver=2
-pkgrel=1
-pkgdesc='Support pkg-config script (does not depend on any particular version of pkg-config). Useful for pkg-config powered cross-compiling with mingw-w64, see http://tinyurl.com/pkg-config-cross for more info'
+pkgrel=2
+pkgdesc='Support pkg-config script (does not depend on any particular version of pkg-config). Useful for pkg-config powered cross-compiling for Android, see http://tinyurl.com/pkg-config-cross for more info'
arch=('any')
url='http://pkg-config.freedesktop.org/'
license=('zlib')