Skip to content

Commit

Permalink
Add hash field to PKGBUILD.
Browse files Browse the repository at this point in the history
  • Loading branch information
joanbm committed Mar 30, 2018
1 parent 1190caf commit 26a711a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provides=('todoist-full-offline-backup')
conflicts=('todoist-full-offline-backup')
options=(!emptydirs)
source=(https://github.com/joanbm/${pkgname}/archive/${pkgver}.tar.gz)
md5sums=('SKIP')
sha256sums=('SKIP') # Add real hash before install / upload to AUR!

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

0 comments on commit 26a711a

Please sign in to comment.