Skip to content
This repository was archived by the owner on Jan 14, 2023. It is now read-only.

Commit 73d7488

Browse files
committed
Update gitignore
1 parent f33d356 commit 73d7488

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ build/
55
.env
66
.idea
77
support/package-aur/*
8+
support/package-aur.zip
89
!support/package-aur/manager.sh
910
!support/package-aur/PKGBUILD

support/package-aur/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: rNoz <[email protected]>
22
pkgname=redshape
3-
pkgver=1.2.0
3+
pkgver=1.1.0
44
pkgrel=1
55
pkgdesc="Redmine time tracker"
66
arch=('i686' 'x86_64')
@@ -9,8 +9,8 @@ license=('GPL-3.0')
99
groups=()
1010
depends=('electron' 'libxss' 'pkgconf')
1111
makedepends=('npm')
12-
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rNoz/redshape/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
13-
md5sums=("3f4c869f535ce908707f841626a48dc2")
12+
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Spring3/redshape/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
13+
md5sums=("")
1414
noextract=()
1515
name=Redshape
1616

0 commit comments

Comments
 (0)