Date: Wednesday, October 26, 2022 @ 17:27:21
  Author: anthraxx
Revision: 1336392

archrelease: copy trunk to community-x86_64

Added:
  git-smash/repos/community-x86_64/PKGBUILD
    (from rev 1336391, git-smash/trunk/PKGBUILD)
  git-smash/repos/community-x86_64/keys/
Deleted:
  git-smash/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 43 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 17:27:15 UTC (rev 1336391)
+++ PKGBUILD    2022-10-26 17:27:21 UTC (rev 1336392)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=git-smash
-pkgver=0.0.2
-pkgrel=1
-pkgdesc='Smash staged changes into previous commits to support your Git 
workflow'
-url='https://github.com/anthraxx/git-smash'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'gcc-libs')
-makedepends=('cargo' 'scdoc')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-options=('!makeflags')
-sha512sums=('60d9d408b97c14f624eb3b82f5d79005e2b23eb6a16f8801b495fd390dfceeb1093c8c6b529f791ae88ec2062b2b8893536637895cd0f26906a3b6527ce12f44'
-            'SKIP')
-b2sums=('015dc68f525cf0709496af439c5e0d3d6cec661f92bf5b6969e7f0d95240ef887ac0e94b085ad320e6cd9a0787e117cf7f9418858301c29f60d0017be5c0f863'
-        'SKIP')
-validpgpkeys=(
-  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
-)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make test
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: git-smash/repos/community-x86_64/PKGBUILD (from rev 1336391, 
git-smash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-26 17:27:21 UTC (rev 1336392)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=git-smash
+pkgver=0.1.0
+pkgrel=1
+pkgdesc='Smash staged changes into previous commits to support your Git 
workflow'
+url='https://github.com/anthraxx/git-smash'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'gcc-libs' 'git')
+makedepends=('cargo' 'scdoc')
+optdepends=(
+  'skim: selection menu alternative'
+  'fzf: selection menu alternative'
+)
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+options=('!makeflags')
+sha512sums=('64a8b6e2afa7007966245a4888e51251e8c35f0b82421f3cee634a3e7b82256a24459cba2941800a6e50a047766a0f8de20b435904d17df3fd456b6c09ac4c5f'
+            'SKIP')
+b2sums=('acc46b7a87135380fe36c378e9055b8b7c9b88a818c955f04677161f50d5ccd5699ac05f0a858dd11ca7b42b3505c0ac037f50efcd690f9e5a76be395d5d6590'
+        'SKIP')
+validpgpkeys=(
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to