summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorengarenar2020-12-22 07:09:14 +0100
committerJorengarenar2020-12-22 07:09:14 +0100
commit6c8b56dcce4e1876eaa7d14b7bca7e376d11585a (patch)
treeb32f55db7c7bd59506cbe637a3dcec8ecc595f1c
parent26055a13a204a2e14e7a314e77d2c2ca74031878 (diff)
downloadaur-6c8b56dcce4e1876eaa7d14b7bca7e376d11585a.tar.gz
1.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4cdc507b2f8..5ede0953ae8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libxdgdirs
pkgdesc = An implementation of XDG Base Directory Specification in C
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/Jorengarenar/libXDGdirs
arch = x86_64
license = MIT
makedepends = cmake
depends = glibc
- source = libXDGdirs::https://github.com/Jorengarenar/libXDGdirs/archive/v1.0.2.tar.gz
+ source = libXDGdirs::https://github.com/Jorengarenar/libXDGdirs/archive/v1.0.3.tar.gz
sha512sums = SKIP
pkgname = libxdgdirs
diff --git a/PKGBUILD b/PKGBUILD
index fc00fab5eb2e..90bcb6261bbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libxdgdirs
_pkgname=libXDGdirs
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="An implementation of XDG Base Directory Specification in C"
arch=('x86_64')