[arch-commits] Commit in ois/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat May 15 15:54:43 UTC 2021
Date: Saturday, May 15, 2021 @ 15:54:42
Author: svenstaro
Revision: 934700
archrelease: copy trunk to community-x86_64
Added:
ois/repos/community-x86_64/PKGBUILD
(from rev 934699, ois/trunk/PKGBUILD)
Deleted:
ois/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 15:54:35 UTC (rev 934699)
+++ PKGBUILD 2021-05-15 15:54:42 UTC (rev 934700)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: scippio <scippio at berounet.cz>
-pkgname=ois
-pkgver=1.5
-pkgrel=2
-pkgdesc="Object Oriented Input System"
-arch=('x86_64')
-url="https://github.com/wgois/OIS"
-license=('custom:zlib')
-makedepends=('cmake' 'gcc' 'libxaw')
-source=("https://github.com/wgois/OIS/archive/v${pkgver}.tar.gz")
-sha512sums=('5ab1dda7c25c1959ccbbb758ea3fda36bd62ad65f46e2c6b418317a5eb39e0bace52a44ae079dfb69fc58c90df54f8e50d589daae1100ec615325363c9d77513')
-
-build() {
- cd OIS-*/
-
- mkdir -p build && cd build
- cmake -DCMAKE_INSTALL_PREFIX=/usr ..
- make
-}
-
-package() {
- cd OIS-*/build
-
- make DESTDIR="${pkgdir}" install
-
- install -Dm644 ../LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}
Copied: ois/repos/community-x86_64/PKGBUILD (from rev 934699, ois/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-15 15:54:42 UTC (rev 934700)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: scippio <scippio at berounet.cz>
+pkgname=ois
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="Object Oriented Input System"
+arch=('x86_64')
+url="https://github.com/wgois/OIS"
+license=('custom:zlib')
+makedepends=('cmake' 'gcc' 'libxaw')
+source=("https://github.com/wgois/OIS/archive/v${pkgver}.tar.gz")
+sha512sums=('20598aef999a70900cb7f75ffaf62059acf8e811822971cb21986b5d25d28dacb79e4b4cf4770c70e00d3c55cdd01ef3e68a77c2dd148677784fc4df38891340')
+
+build() {
+ cd OIS-*/
+
+ mkdir -p build && cd build
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
+ make
+}
+
+package() {
+ cd OIS-*/build
+
+ make DESTDIR="${pkgdir}" install
+
+ install -Dm644 ../LICENSE.md "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
More information about the arch-commits
mailing list