Date: Saturday, January 21, 2023 @ 03:17:36
Author: blakkheim
Revision: 1387207
archrelease: copy trunk to community-x86_64
Added:
scrot/repos/community-x86_64/PKGBUILD
(from rev 1387206, scrot/trunk/PKGBUILD)
Deleted:
scrot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-21 03:17:09 UTC (rev 1387206)
+++ PKGBUILD 2023-01-21 03:17:36 UTC (rev 1387207)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Orhun Parmaksız <[email protected]>
-# Maintainer: T.J. Townsend <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Giovanni Scafora <[email protected]>
-
-pkgname=scrot
-pkgver=1.8
-pkgrel=1
-pkgdesc='Simple command-line screenshot utility for X'
-url='https://github.com/resurrecting-open-source-projects/scrot'
-arch=('x86_64')
-license=('MIT')
-depends=('imlib2' 'libxext' 'libxinerama' 'libxfixes' 'libxcomposite' 'libbsd')
-makedepends=('autoconf-archive')
-source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('5d2858a70065b717b0ddb91af731c8dcc38293e0c6ad27398e12fcfd5d64135547d924d3aac3dc1be8abed0d876a0899eb361332fd3154cc11052ec3c603cf1c')
-b2sums=('10a8180b3f3b02800e193a46a17cbd2ce17bbf070f8753d5d00c29249c6845c774d5afd927e7f7b8aee5231e21074929f54c186902da0d64ed6c8615ed38608f')
-
-prepare(){
- cd ${pkgname}-${pkgver}
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --mandir=/usr/share/man
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
- install -Dm 644 README.md ChangeLog -t "${pkgdir}"/usr/share/doc/${pkgname}
- install -Dm 644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
-}
-
-# vim: ts=2 sw=2 et:
Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 1387206,
scrot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-21 03:17:36 UTC (rev 1387207)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Orhun Parmaksız <[email protected]>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Giovanni Scafora <[email protected]>
+
+pkgname=scrot
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Simple command-line screenshot utility for X'
+url='https://github.com/resurrecting-open-source-projects/scrot'
+arch=('x86_64')
+license=('MIT')
+depends=('imlib2' 'libxext' 'libxinerama' 'libxfixes' 'libxcomposite' 'libbsd')
+makedepends=('autoconf-archive')
+source=("${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('9ab283c9554030250bc7f36885f1eb1ec52d3400e8e7d42b64abc2abaefc5c5073b84eaa9909ce843b5c5f0fd4e879e7f93e9ddc95d78b263abdf5d80ffb4d0d')
+b2sums=('b695326711410995ff9d75946cb7bfc45c51d89e2226051335edcfd004cb0df58e147645f03cd3f39c99f143416509dfb3ce254678f6384c2e06f285c2df9159')
+
+prepare(){
+ cd ${pkgname}-${pkgver}
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 README.md ChangeLog -t "${pkgdir}"/usr/share/doc/${pkgname}
+ install -Dm644 COPYING -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et: