Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
archrelease: copy trunk to community-x86_64
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-community/svn@1440325 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
orhun committed Apr 6, 2023
1 parent 850a8b9 commit b4bd0cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions git-absorb/repos/community-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
# Contributor: AsamK <[email protected]>

pkgname=git-absorb
pkgver=0.6.9
pkgrel=2
pkgver=0.6.10
pkgrel=1
pkgdesc="git commit --fixup, but automatic"
arch=('x86_64')
url="https://github.com/tummychow/git-absorb"
license=('BSD')
depends=('libgit2.so')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tummychow/git-absorb/archive/${pkgver}.tar.gz")
sha256sums=('feaee35e6771d66d6d895a69d59d812cfbcabbecaa70ece64f87528a8c3c2fb5')
sha256sums=('6cc58d2ae50027a212811faa065623666ccb6e8bd933e801319aaf92b164aa0a')
options=('!lto')

prepare() {
cd "${pkgname}-${pkgver}"
Expand Down

0 comments on commit b4bd0cf

Please sign in to comment.