aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnti Räis2023-12-21 16:50:00 +0200
committerAnti Räis2023-12-21 16:50:00 +0200
commit1dd6ea5597bd59783916363026fdccff0b3e6913 (patch)
tree5f65c6f1320af4c1225ca0556da5e61e3789e360
parentf9a29f1c16e05bc1dfed5fb11ceb51f332281ef5 (diff)
downloadaur-1dd6ea5597bd59783916363026fdccff0b3e6913.tar.gz
patch hashes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 950cb7b64439..31aa54b6cbe5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,6 @@ pkgbase = cdoc4j-util
source = https://github.com/open-eid/cdoc4j/releases/download/1.4/cdoc4j-util-1.4.zip
source = cdoc4j-util.sh
sha256sums = 717eef2c6d4369e73746f2e0c7c6b68a78b36fe1bf05068581853bc52c203c02
- sha256sums = 7907decd0ee647ce8be80bc1af975f726edbe4390b1694539ddbd25d1b0bf526
+ sha256sums = e9ccd058c87b331b08a1ce30e73f03ea5d65657123d57d4524905a3c14bca08c
pkgname = cdoc4j-util
diff --git a/PKGBUILD b/PKGBUILD
index 321a0caa1b98..06d59349ebef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ source=(
)
sha256sums=(
'717eef2c6d4369e73746f2e0c7c6b68a78b36fe1bf05068581853bc52c203c02'
- '7907decd0ee647ce8be80bc1af975f726edbe4390b1694539ddbd25d1b0bf526'
+ 'e9ccd058c87b331b08a1ce30e73f03ea5d65657123d57d4524905a3c14bca08c'
)
package() {
diff --git a/README.md b/README.md
index 50513ea14e3c..df1ee67db2cc 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,8 @@ https://wiki.archlinux.org/index.php/AUR_submission_guidelines
https://wiki.archlinux.org/title/Creating_packages
```sh
+namcap PKGBUILD
+makepkg --geninteg
makepkg --printsrcinfo > .SRCINFO
```