git » xsettingsd.git » commit e26dbf2

upgpkg: 1.0.2-2: Rebuild packages that are missing .SRCINFO part 6

author T.J. Townsend
2024-07-14 03:46:26 UTC
committer T.J. Townsend
2024-07-14 03:46:26 UTC
parent b6cca50deda1d7c0e7d082c5929ec57511f52dbd

upgpkg: 1.0.2-2: Rebuild packages that are missing .SRCINFO part 6

.SRCINFO +14 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..1886152
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = xsettingsd
+	pkgdesc = Provides settings to X11 applications via the XSETTINGS specification
+	pkgver = 1.0.2
+	pkgrel = 2
+	url = https://github.com/derat/xsettingsd
+	arch = x86_64
+	license = custom:BSD
+	makedepends = cmake
+	depends = libx11
+	depends = gcc-libs
+	source = https://github.com/derat/xsettingsd/archive/v1.0.2/xsettingsd-1.0.2.tar.gz
+	sha256sums = 69b5d1987608d1b5f2a0085f2f88cc55936a99b92279118e655d665ebb5e50d3
+
+pkgname = xsettingsd
diff --git a/PKGBUILD b/PKGBUILD
index 55950af..c197ad8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=xsettingsd
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides settings to X11 applications via the XSETTINGS specification"
 arch=('x86_64')
 url="https://github.com/derat/xsettingsd"