mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update NoteGen package
This commit is contained in:
parent
700a8a6873
commit
062325f0f3
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -19,6 +19,6 @@ pkgbase = note-gen
|
|||
conflicts = note-gen-bin
|
||||
options = !strip
|
||||
source = note-gen-0.22.1.tar.gz::https://github.com/codexu/note-gen/archive/note-gen-v0.22.1.tar.gz
|
||||
sha256sums = SKIP
|
||||
sha256sums = 87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b
|
||||
|
||||
pkgname = note-gen
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -13,7 +13,7 @@ provides=('note-gen')
|
|||
conflicts=('note-gen-bin')
|
||||
options=('!strip')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/note-gen-v$pkgver.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('87b8a5af2c8596304890a275bbbba294a01aeb3040ea3dbb3fb12011425ee06b')
|
||||
|
||||
prepare() {
|
||||
cd "$_pkgname-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue