summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustforlxz2021-10-27 11:41:28 +0800
committerjustforlxz2021-10-27 11:41:28 +0800
commiteed2d88da287ac33a9b49bebc4dd237062bac39d (patch)
tree355c6b70d0e0fca3099836e1f0ccffc73b02ef86
parent7dc5128ab736ebe16c88e9e367211ee3528f05d2 (diff)
downloadaur-eed2d88da287ac33a9b49bebc4dd237062bac39d.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore37
-rw-r--r--PKGBUILD2
3 files changed, 39 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64b5630f518f..72caab0e8fbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deepin-gettext-tools-git
pkgdesc = Deepin Gettext Tools
pkgver = 1.0.8.r4.g0282bcd
- pkgrel = 1
+ pkgrel = 5
url = https://github.com/linuxdeepin/deepin-gettext-tools
arch = any
groups = deepin-git
@@ -17,4 +17,3 @@ pkgbase = deepin-gettext-tools-git
sha512sums = SKIP
pkgname = deepin-gettext-tools-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c6007448df06
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,37 @@
+.*
+/*/*/
+!.travis.yml
+!.git*
+!.github/**
+pkg/
+src/
+*.xz
+*.sig
+*.asc
+*.bz2
+*.gz
+*.zip
+*.log
+*.gem
+*.tgz
+*.tar
+*.tar.*
+*.deb
+*.rpm
+*.jar
+*.html
+trunk/
+*~
+*.sw?
+*.kate-swp
+*.orig
+*.run
+old_ver.txt
+new_ver.txt
+linux.install.pkg
+.vscode/
+*.7z
+*.xpi
+*.bin
+*.exe
+*.ttf
diff --git a/PKGBUILD b/PKGBUILD
index cf203affe255..f77f7a7656c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=deepin-gettext-tools-git
pkgver=1.0.8.r4.g0282bcd
-pkgrel=1
+pkgrel=5
pkgdesc='Deepin Gettext Tools'
arch=('any')
url="https://github.com/linuxdeepin/deepin-gettext-tools"