[arch-commits] Commit in sx/repos/community-any (PKGBUILD PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Thu Dec 12 17:50:03 UTC 2019
Date: Thursday, December 12, 2019 @ 17:50:03
Author: eschwartz
Revision: 537410
archrelease: copy trunk to community-any
Added:
sx/repos/community-any/PKGBUILD
(from rev 537409, sx/trunk/PKGBUILD)
Deleted:
sx/repos/community-any/PKGBUILD
----------+
PKGBUILD | 39 ++++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 19 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-12 17:49:47 UTC (rev 537409)
+++ PKGBUILD 2019-12-12 17:50:03 UTC (rev 537410)
@@ -1,19 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=sx
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Simple alternative to startx(1) for starting an Xorg server."
-arch=('any')
-url="https://github.com/Earnestly/sx"
-license=('MIT')
-depends=('xorg-server' 'xorg-xauth')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('32f84a14f46ff1c04c49d08cdfcfa6d25d18f4b3aff958794684c5d0e5fd3d5f')
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
-
- make PREFIX=/usr DESTDIR="${pkgdir}" install
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}
Copied: sx/repos/community-any/PKGBUILD (from rev 537409, sx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-12 17:50:03 UTC (rev 537410)
@@ -0,0 +1,20 @@
+# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+
+pkgname=sx
+pkgver=2.1.2
+pkgrel=1
+pkgdesc="Simple alternative to startx(1) for starting an Xorg server."
+arch=('any')
+url="https://github.com/Earnestly/sx"
+license=('MIT')
+depends=('xorg-server' 'xorg-xauth')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('51f816ce31271b88f30b5dbd0cffa8909b0668c49642b3c1af555065371fc756')
+b2sums=('d20bb2cb650c27da1323e35a02044ebcdf046ef42cf5fe6df4f350274683f76656d9168a6b5d6e5e3187996412e5dde5eb3d44b1bb62145dc48180d2f0326224')
+
+package() {
+ cd "${srcdir}"/${pkgname}-${pkgver}
+
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list