Date: Friday, November 4, 2022 @ 02:47:26
Author: arodseth
Revision: 1341770
archrelease: copy trunk to community-x86_64
Added:
usleep/repos/community-x86_64/PKGBUILD
(from rev 1341769, usleep/trunk/PKGBUILD)
Deleted:
usleep/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 51 ++++++++++++++++++++++++---------------------------
1 file changed, 24 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-04 02:47:14 UTC (rev 1341769)
+++ PKGBUILD 2022-11-04 02:47:26 UTC (rev 1341770)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F Rødseth <[email protected]>
-# Contributor: Corentin Peuvrel <[email protected]>
-
-pkgname=usleep
-pkgver=1.0
-pkgrel=5
-pkgdesc='Sleep for (at least) the given number of microseconds'
-arch=('x86_64')
-url='https://github.com/cpeuvrel/usleep-aur'
-license=('MIT')
-depends=('glibc')
-makedepends=('git')
-source=("usleep::git://github.com/cpeuvrel/usleep-aur#commit=4f880a7")
-md5sums=('SKIP')
-
-build() {
- make -C "$pkgname"
-}
-
-package() {
- make -C "$pkgname" PREFIX="$pkgdir/usr/bin" install
- install -Dm644 "$pkgname/LICENSE" \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: -u 2 raw.githubusercontent.com/cpeuvrel/usleep-aur/master/.SRCINFO
-# vim:set ts=2 sw=2 et:
Copied: usleep/repos/community-x86_64/PKGBUILD (from rev 1341769,
usleep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-04 02:47:26 UTC (rev 1341770)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <[email protected]>
+# Contributor: Corentin Peuvrel <[email protected]>
+
+pkgname=usleep
+pkgver=1.0
+pkgrel=6
+pkgdesc='Sleep for (at least) the given number of microseconds'
+arch=(x86_64)
+url='https://github.com/cpeuvrel/usleep-aur'
+license=(MIT)
+makedepends=(git)
+source=("usleep::git+$url#commit=4f880a7") # 2016-03-11
+b2sums=('SKIP')
+
+build() {
+ make -C $pkgname
+}
+
+package() {
+ make -C $pkgname PREFIX="$pkgdir/usr/bin" install
+ install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: -u 2 raw.githubusercontent.com/cpeuvrel/usleep-aur/master/.SRCINFO