Date: Tuesday, April 11, 2023 @ 11:19:23
Author: orhun
Revision: 1444658
archrelease: copy trunk to community-x86_64
Added:
scrot/repos/community-x86_64/PKGBUILD
(from rev 1444657, scrot/trunk/PKGBUILD)
Deleted:
scrot/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-11 11:19:05 UTC (rev 1444657)
+++ PKGBUILD 2023-04-11 11:19:23 UTC (rev 1444658)
@@ -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.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:
Copied: scrot/repos/community-x86_64/PKGBUILD (from rev 1444657,
scrot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-11 11:19:23 UTC (rev 1444658)
@@ -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.9
+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=('da976fe44b0eeb5938d12a1205c41eaf8f42ebbcc739faffaa6df55bc84bb029981def83bbf4ce01aaab4622d2f2236fe7462d1938f92f111b6e92a280ecf0c7')
+b2sums=('3e479d1327111b29bebf3be19659a79e8ecdb770743525db77f0a5fb5480d82a6a56611ed94152f08e402b52626c590a5efb6b3e3119af69bfcb2bab993810b6')
+
+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: